mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 09:48:56 +00:00
GNUmakefile: clean up better
This commit is contained in:
parent
22e47eb3aa
commit
224a66dbde
@ -54,14 +54,14 @@ test-zfec:
|
|||||||
$(PP) $(PYTHON) src/zfec/fec/test/test_zfec.py
|
$(PP) $(PYTHON) src/zfec/fec/test/test_zfec.py
|
||||||
|
|
||||||
clean-zfec:
|
clean-zfec:
|
||||||
-cd src/zfec && python ./setup.py clean ; /bin/rm -rf build
|
-cd src/zfec && python ./setup.py clean --all
|
||||||
|
|
||||||
|
|
||||||
build-Crypto:
|
build-Crypto:
|
||||||
cd src/Crypto && $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --install-lib="$(INSTDIR)" --install-scripts="$(INSTDIR)/scripts"
|
cd src/Crypto && $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --install-lib="$(INSTDIR)" --install-scripts="$(INSTDIR)/scripts"
|
||||||
|
|
||||||
clean-Crypto:
|
clean-Crypto:
|
||||||
cd src/Crypto && python ./setup.py clean
|
cd src/Crypto && python ./setup.py clean --all
|
||||||
|
|
||||||
|
|
||||||
.PHONY: run-queen run-client test
|
.PHONY: run-queen run-client test
|
||||||
|
Loading…
Reference in New Issue
Block a user