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/vdrive/%22file:/listings/frontends/components/com_hotproperty/css/module-simplejson.tests.html?a=commitdiff_plain;h=3f26786f267c38bdba3adacaa10ba1893942ea7b;p=tahoe-lafs%2Ftahoe-lafs.git clean target should remove the pkg file. --- diff --git a/Makefile b/Makefile index 06ec12df..8cb49ab8 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