Permalink
Please sign in to comment.
Browse files
Added a batchfile for easier windows builds
Altered README.md to reflect this.
- Loading branch information...
4
README.md
7
make.bat
@@ -0,0 +1,7 @@ | ||
+@echo off | ||
+ | ||
+if "%~1"=="" ( | ||
+ windows\make.exe | ||
+) else ( | ||
+ windows\make.exe %* | ||
+) |
0 comments on commit
f140a87