浏览代码

git clean is a better way to clean the tree.

master
Richard Nyberg 15 年前
父节点
当前提交
eb22256aa5
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      hack.mk

+ 0
- 4
hack.mk 查看文件

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

正在加载...
取消
保存