14 lines
154 B
Batchfile
14 lines
154 B
Batchfile
|
|
||
|
rm -rf bin
|
||
|
|
||
|
rm -rf CMakeFiles
|
||
|
|
||
|
rm -f CMakeCache.txt
|
||
|
|
||
|
rm -f cmake_install.cmake
|
||
|
|
||
|
rm -f Makefile
|
||
|
rm -f *.vcxproj*
|
||
|
rm -f *.sln
|
||
|
rm -f *.db
|
||
|
rm -rf .vs
|