Make DOS executable large model master
authorRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 19:36:43 +0000 (19:36 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 19:36:43 +0000 (19:36 +0000)
Makefile.wat

index 6912f740d0acf4cf995a366e407a3a5fd730e665..ab0da138ad455e42ba4b45c0d9878b3bfb7e49f8 100644 (file)
@@ -10,7 +10,7 @@ all: sasm.exe
 
 sasm.exe: $(SRC)
 
 
 sasm.exe: $(SRC)
 
-       wcl -DNO_LONG_LONG -fe=$@ $^
+       wcl -fe=$@ -ml $^
 
 clean:
 
 
 clean: