mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Makefile: fix 'clean' target to remove bin/tahoe and bin/tahoe-script.py, since both are now generated
This commit is contained in:
parent
e08e8d3f41
commit
f0572421fe
1
Makefile
1
Makefile
@ -234,6 +234,7 @@ clean:
|
||||
rm -rf setuptools*.egg *.pyc darcsver*.egg pyutil*.egg
|
||||
rm -rf misc/dependencies/build misc/dependencies/temp
|
||||
rm -rf misc/dependencies/tahoe_deps.egg-info
|
||||
rm -f bin/tahoe bin/tahoe-script.py
|
||||
|
||||
find-trailing-spaces:
|
||||
$(PYTHON) misc/find-trailing-spaces.py -r src
|
||||
|
Loading…
x
Reference in New Issue
Block a user