Explorar o código

Merge pull request #47 from NonstickAtom785/patch-2

Set optional argument as `a`.
Zeda Thomas %!s(int64=4) %!d(string=hai) anos
pai
achega
49aa5d5135
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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