SavvyManager/clean and compile.bat
2019-11-13 13:40:50 -07:00

5 lines
32 B
Batchfile

@echo off
make clean
make
pause