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

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 години
родител
ревизия
6238a24be1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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