]> 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>
Thu, 9 Oct 2014 16:41:49 +0000 (17:41 +0100)
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