diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -47,11 +47,3 @@ clean-build: clean-pyc: @find . -name '*.pyc' -exec rm -f {} + .PHONY: clean-pyc - -clean-venv: - @rm -rf bin/ - @rm -rf include/ - @rm -rf lib/ - @rm -rf local/ - @rm -rf man/ -.PHONY: clean-venv |