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
2017-05-12 15:14:04 +00:00

6 lines
103 B
Bash
Executable file

#!/bin/bash
rm -rf bin
rm -rf CMakeFiles
rm -f CMakeCache.txt
rm -f cmake_install.cmake
rm -f Makefile