Browse Source

Merge pull request #47 from NonstickAtom785/patch-2

Set optional argument as `a`.
Zeda Thomas 4 years ago
parent
commit
49aa5d5135
1 changed files with 1 additions and 1 deletions
  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