clean target should remove the pkg file.

This commit is contained in:
Ramakrishnan Muthukrishnan 2014-10-03 21:07:14 +05:30 committed by Daira Hopwood
parent 74689af7a1
commit fad766a885

View File

@ -261,6 +261,7 @@ clean:
rm -rf misc/dependencies/build misc/dependencies/temp rm -rf misc/dependencies/build misc/dependencies/temp
rm -rf misc/dependencies/tahoe_deps.egg-info rm -rf misc/dependencies/tahoe_deps.egg-info
rm -f bin/tahoe bin/tahoe.pyscript rm -f bin/tahoe bin/tahoe.pyscript
rm -f *.pkg
.PHONY: distclean .PHONY: distclean
distclean: clean distclean: clean