aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-01-27 21:04:01 -0500
committerAlee <Alee14498@gmail.com>2019-01-27 21:04:01 -0500
commit3aae230f13f52cff5462e5e46afe1a5a728ea35a (patch)
treebe9f6af8c3ad63d5877547ad3715b03994cd7771 /build.bat
downloadProject-Xeon-3aae230f13f52cff5462e5e46afe1a5a728ea35a.tar.gz
Project-Xeon-3aae230f13f52cff5462e5e46afe1a5a728ea35a.tar.bz2
Project-Xeon-3aae230f13f52cff5462e5e46afe1a5a728ea35a.zip
Initial Commit
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..fbd2e82
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,7 @@
+@echo off
+title Building C++ Program
+echo Building Program...
+del a.exe
+g++ -g main.cpp
+echo Building Complete!
+pause>nul \ No newline at end of file