7 lines
84 B
Batchfile
7 lines
84 B
Batchfile
|
cd ..\code
|
||
|
mingw32-make -f makefile.mingw clean
|
||
|
|
||
|
cd ..
|
||
|
del /Q /S obj bin lib
|
||
|
|