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:
46142e6
)
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 15:36:17 +0000
(16:36 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1404bdff262529593a474bc3c397278138e6fccf..0e1a984120614f4639cf9a16797dae12c67e0a6f 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