From ab3bc9a86613d9aca5da531595394b83c94669ff Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 27 Jan 2019 22:17:10 -0500 Subject: Things --- build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.bat') 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 -- cgit v1.2.3