mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 08:04:08 +00:00
Add 'make distclean'.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
5b55ccc526
commit
95567e55a2
5
Makefile
5
Makefile
@ -241,6 +241,11 @@ clean:
|
||||
rm -rf misc/dependencies/tahoe_deps.egg-info
|
||||
rm -f bin/tahoe bin/tahoe.pyscript
|
||||
|
||||
distclean: clean
|
||||
rm -rf src/allmydata_tahoe.egg-info
|
||||
rm -f src/allmydata/_version.py
|
||||
rm -f src/allmydata/_appname.py
|
||||
|
||||
find-trailing-spaces:
|
||||
$(PYTHON) misc/coding_tools/find-trailing-spaces.py -r $(SOURCES)
|
||||
@echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user