about summary refs log tree commit diff stats
path: root/BuildRun.bat
diff options
context:
space:
mode:
Diffstat (limited to 'BuildRun.bat')
-rw-r--r--BuildRun.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/BuildRun.bat b/BuildRun.bat
new file mode 100644
index 0000000..874ac75
--- /dev/null
+++ b/BuildRun.bat
@@ -0,0 +1,7 @@
+@echo off
+mkdir bin 2>NUL
+cls
+echo compiling...
+gcc test.c base64.c -o bin\test.exe
+echo running...
+bin\test.exe
\ No newline at end of file