mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Remove build directory as well.
This commit is contained in:
parent
1327ca91cb
commit
6aa6a21b67
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
make clean 2> /dev/null
|
||||
rm -rf bin
|
||||
rm -rf bin 2> /dev/null
|
||||
rm -rf build 2> /dev/null
|
||||
find . -name CMakeCache.txt -delete
|
||||
find . -name CMakeFiles -type d -exec rm -rf "{}" \; 2> /dev/null
|
||||
rm -f Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user