1
0
mirror of https://github.com/clangen/musikcube.git synced 2025-02-23 18:40:02 +00:00
musikcube/clean-nix.sh

5 lines
145 B
Bash
Raw Normal View History

#!/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