From: Ramakrishnan Muthukrishnan Date: Fri, 3 Oct 2014 15:37:14 +0000 (+0530) Subject: clean target should remove the pkg file. X-Git-Url: https://git.rkrishnan.org/pf/content/statistics?a=commitdiff_plain;h=e578b3cbaf8ec408b411fca990fece63229eb9dc;p=tahoe-lafs%2Ftahoe-lafs.git clean target should remove the pkg file. --- diff --git a/Makefile b/Makefile index 1404bdff..0e1a9841 100644 --- 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