lsyncd/distclean.sh

17 lines
251 B
Bash
Raw Normal View History

2016-12-13 13:56:23 +00:00
#!/bin/sh
# removes all stuff generated by cmake / make
2018-03-13 15:09:41 +00:00
rm -rf build/ CMakeFiles/
rm -f \
AdditionalInfo.txt \
config.h \
Makefile \
CMakeCache.txt \
cmake_install.cmake \
install_manifest.txt \
luacode.c \
*.o \
*.out \
core/*.o \
lsyncd