6 lines
92 B
Bash
6 lines
92 B
Bash
|
#!/bin/bash
|
||
|
rm -rf CMakeFiles
|
||
|
rm -f CMakeCache.txt
|
||
|
rm -f cmake_install.cmake
|
||
|
rm -f Makefile
|