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:
8c2b3c3
)
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, 13 Oct 2014 17:50:02 +0000
(18:50 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 06ec12df6bddf5e52a0ba3910af6b56a27145a6b..8cb49ab8bab889515eaa1488ab8ee9c979ab5500 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-258,6
+258,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