lsyncd/distclean.sh
2018-04-03 08:54:07 +02:00

18 lines
261 B
Bash
Executable File

#!/bin/sh
# removes all stuff generated by cmake / make
rm -rf build/ CMakeFiles/
rm -f \
AdditionalInfo.txt \
config.h \
Makefile \
CMakeCache.txt \
cmake_install.cmake \
install_manifest.txt \
default.c \
core.c \
*.o \
*.out \
core/*.o \
lsyncd