mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
016176103c
works from `musikcubed` as well. In the future we'll probably want a repository for scrobblers... but for now this works.
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
make clean 2> /dev/null
|
|
rm -rf bin
|
|
find . -name CMakeCache.txt -delete
|
|
find . -name CMakeFiles -type d -exec rm -r "{}" \; 2> /dev/null |