[Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated: clean target has to remove "tap" explicitly, "git clean -dfx" won't touch it.
git at cryptech.is
git at cryptech.is
Fri Jul 8 18:43:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/alpha-releng/omnibus.
The following commit(s) were added to refs/heads/master by this push:
new 0faf6a4 clean target has to remove "tap" explicitly, "git clean -dfx" won't touch it.
0faf6a4 is described below
commit 0faf6a487bbab03030cf6f72ab369dbb743d1646
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jul 8 14:42:33 2016 -0400
clean target has to remove "tap" explicitly, "git clean -dfx" won't touch it.
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index d85dfcd..ca1bd2b 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ init:
git submodule update --init --recursive
clean:
+ rm -rf tap
git clean -dfx
git submodule foreach --recursive git clean -dfx
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list