about summary refs log blame commit diff stats
path: root/BuildRun.bat
blob: 874ac75ab34182b96325cfdf7326501d7f3af400 (plain) (tree)
1
2
3
4
5
6
7






                                   
@echo off
mkdir bin 2>NUL
cls
echo compiling...
gcc test.c base64.c -o bin\test.exe
echo running...
bin\test.exe