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.sh

7 lines
103 B
Bash
Raw Permalink Normal View History

2016-07-30 18:19:42 +02:00
#!/bin/bash
2016-07-31 00:41:57 +02:00
rm -rf bin
2016-07-30 18:19:42 +02:00
rm -rf CMakeFiles
rm -f CMakeCache.txt
rm -f cmake_install.cmake
rm -f Makefile