Browse Source

Added bin folder creation

This is used to push the creation of all things compiled from this script into one folder. :P
_Needless to say this is for n00bs who might get errors compiling because spasm can't create non-exsistent folders._
NonstickAtom785 4 years ago
parent
commit
6238a24be1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compile.bat

+ 1 - 0
compile.bat

@@ -3,6 +3,7 @@
 
 if exist spasm.exe (
   echo "Starting Compile..."
+  md bin
 ) else (
   echo "Opening readme..."
   start "" https://github.com/Zeda/Grammer2/blob/master/Readme.md