projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74689af
)
clean target should remove the pkg file.
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Fri, 3 Oct 2014 15:37:14 +0000
(21:07 +0530)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 20 Oct 2014 16:52:46 +0000
(17:52 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index de3a52c1b382e4315d61f4a3008ae3689d054c8f..c7aa539277e0a7cb6cbc5a14f17300fa63b2f447 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-261,6
+261,7
@@
clean:
rm -rf misc/dependencies/build misc/dependencies/temp
rm -rf misc/dependencies/tahoe_deps.egg-info
rm -f bin/tahoe bin/tahoe.pyscript
+ rm -f *.pkg
.PHONY: distclean
distclean: clean