Преглед на файлове

Set optional argument as `a`.

NonstickAtom785 преди 4 години
родител
ревизия
8b85456bb0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compile.bat

+ 1 - 1
compile.bat

@@ -20,7 +20,7 @@ rem Generates the jumptable and grammer2.5.inc file together.
     ..\spasm.exe grammer.z80 ..\bin\grammer.8xk -I ..\z80float\single
 
 rem If the second command line argument is -ca then compile everything else.
-if "%1"=="-ca" (
+if "%1"=="a" (
     echo "Assembling Default Package"
     ..\spasm.exe grampkg.z80 ..\bin\grampkg.8xv