1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
MrDev023-Cpp-Engine/clean.bat

14 lines
154 B
Batchfile
Raw Normal View History

2016-09-29 21:31:44 +02:00
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