From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
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/Site/bar.txt?a=commitdiff_plain;h=cc1fe42a4a5f00645724bbeff42d280eeb40325e;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