aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index fbd2e82..f268c28 100644
--- a/build.bat
+++ b/build.bat
@@ -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