diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-27 22:17:10 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-01-27 22:17:10 -0500 |
| commit | ab3bc9a86613d9aca5da531595394b83c94669ff (patch) | |
| tree | 80379a2afd007bb92c7c5fc50694d32d958ef60f /build.bat | |
| parent | 71c43d4c407e05cfabbcecfcb4d1e3625bdbdd25 (diff) | |
| download | Project-Xeon-ab3bc9a86613d9aca5da531595394b83c94669ff.tar.gz Project-Xeon-ab3bc9a86613d9aca5da531595394b83c94669ff.tar.bz2 Project-Xeon-ab3bc9a86613d9aca5da531595394b83c94669ff.zip | |
Things
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ @echo off title Building C++ Program echo Building Program... -del a.exe -g++ -g main.cpp +mkdir out +g++ -g main.cpp -o out/game.exe echo Building Complete! pause>nul
\ No newline at end of file |
