diff options
| -rw-r--r-- | hack.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hack.mk b/hack.mk deleted file mode 100644 index 88a7bfb..0000000 --- a/hack.mk +++ /dev/null @@ -1,4 +0,0 @@ -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 |