mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-10-31 18:52:29 +00:00
4 lines
212 B
Bash
Executable File
4 lines
212 B
Bash
Executable File
#!/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
|