mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
clean target should remove the pkg file.
This commit is contained in:
parent
74689af7a1
commit
fad766a885
1
Makefile
1
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user