Commit 6f0117ce authored by Taddeüs Kroes's avatar Taddeüs Kroes

Makefile cleanup

parent 1459b5d1
TEST := test.py
COVERAGE_DIR := coverage COVERAGE_DIR := coverage
test: .PHONY: check clean coverage covclean
@pyrg $(TEST)
check:
@pyrg test.py
coverage: covclean coverage: covclean
coverage run test.py coverage run test.py
...@@ -14,6 +15,4 @@ covclean: ...@@ -14,6 +15,4 @@ covclean:
rm -rf $(COVERAGE_DIR) rm -rf $(COVERAGE_DIR)
clean: covclean clean: covclean
rm `find -name \*.pyc` find -name \*.pyc -delete
.PHONY: test clean coverage covclean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment