aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-07-08 14:42:33 -0400
committerRob Austein <sra@hactrn.net>2016-07-08 14:42:33 -0400
commit0faf6a487bbab03030cf6f72ab369dbb743d1646 (patch)
treeef6d4225b94fbd8ff374cca6c5cadb533bb169d2 /Makefile
parenta8c285deaeb8069c0cc8da41bc1e559f649d5430 (diff)
clean target has to remove "tap" explicitly, "git clean -dfx" won't touch it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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