소스 검색

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