fix makefile

This commit is contained in:
Manuel Barkhau 2018-12-09 16:00:48 +01:00
parent a4fcaf69f5
commit 43b5a17519

View file

@ -323,7 +323,7 @@ pylint:
## Run pytest unit and integration tests ## Run pytest unit and integration tests
.PHONY: test .PHONY: test
test: $(COMPAT_TEST_FILES) test:
@rm -rf ".pytest_cache"; @rm -rf ".pytest_cache";
@rm -rf "src/__pycache__"; @rm -rf "src/__pycache__";
@rm -rf "test/__pycache__"; @rm -rf "test/__pycache__";