mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-12 16:16:28 +00:00
4 lines
202 B
Bash
Executable File
4 lines
202 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 luacode.c *.o *.out lsyncd
|