]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
clean target should remove the pkg file.
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Fri, 3 Oct 2014 15:37:14 +0000 (21:07 +0530)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 13 Oct 2014 17:50:02 +0000 (18:50 +0100)
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