Skip to content

Commit

Permalink
Added bin folder creation
Browse files Browse the repository at this point in the history
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._
  • Loading branch information
NonstickAtom785 committed Feb 12, 2020
1 parent 874ec86 commit 6238a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6238a24

Please sign in to comment.