]> 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, 20 Oct 2014 16:52:46 +0000 (17:52 +0100)
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