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