diff --git a/distclean.sh b/distclean.sh new file mode 100755 index 0000000..75e590b --- /dev/null +++ b/distclean.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# removes all stuff generated by cmake / make +rm -rf AdditionalInfo.txt config.h Makefile build/ CMakeCache.txt CMakeFiles/ cmake_install.cmake install_manifest.txt defaults.c runner.c *.o *.out lsyncd