Browse Source

git clean is a better way to clean the tree.

master
Richard Nyberg 16 years ago
parent
commit
eb22256aa5
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      hack.mk

+ 0
- 4
hack.mk View File

@@ -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

Loading…
Cancel
Save