Skip to content

Commit

Permalink
Add a description of the purpose of make.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Mar 30, 2017
1 parent 26b85ee commit 3307031
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make.bat
@@ -1,3 +1,7 @@
REM This helps repetitive builds on windows
REM It needs the compiler you want to use to be available in the shell
REM and it will build a release version

del bld
mkdir bld
cd bld
Expand Down

0 comments on commit 3307031

Please sign in to comment.