Skip to content

Commit

Permalink
Update make_stage2.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonie86 committed Jan 26, 2016
1 parent 4ead08c commit 5cf053c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 476/REX/SRC/make_stage2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if exist binaries del binaries\*.release>nul
if exist binaries del binaries\*.debug>nul
if exist binaries rmdir binaries

make -f Makefile dbg
make -f Makefile all

if not exist binaries mkdir binaries
if not exist binaries\release mkdir binaries\release
Expand All @@ -22,4 +22,4 @@ if exist *.debug move *.debug binaries\debug>nul
ren binaries BIN
cp -r BIN ../../
rm -rf BIN
pause
pause

0 comments on commit 5cf053c

Please sign in to comment.