diff options
Diffstat (limited to 'hack.mk')
| -rw-r--r-- | hack.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hack.mk b/hack.mk new file mode 100644 index 0000000..88a7bfb --- /dev/null +++ b/hack.mk @@ -0,0 +1,4 @@ +clean: + find . -name \*~ -print0 | xargs -0 rm + find . -name \*.in -print0 | xargs -0 rm + rm -rf aclocal.m4 autom4te.cache compile config.* configure depcomp install-sh missing btpd-*.tar.gz |