From: Ramakrishnan Muthukrishnan Date: Fri, 3 Oct 2014 15:37:14 +0000 (+0530) Subject: clean target should remove the pkg file. X-Git-Tag: allmydata-tahoe-1.10.1a1~108^2~2 X-Git-Url: https://git.rkrishnan.org/specifications/banana.xhtml?a=commitdiff_plain;h=fad766a8859b9228087cfbdd9eb8afaf9eba464f;p=tahoe-lafs%2Ftahoe-lafs.git clean target should remove the pkg file. --- diff --git a/Makefile b/Makefile index de3a52c1..c7aa5392 100644 --- 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