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

Makefile cleanup

parent 1459b5d1
TEST := test.py
COVERAGE_DIR := coverage
test:
@pyrg $(TEST)
.PHONY: check clean coverage covclean
check:
@pyrg test.py
coverage: covclean
coverage run test.py
......@@ -14,6 +15,4 @@ covclean:
rm -rf $(COVERAGE_DIR)
clean: covclean
rm `find -name \*.pyc`
.PHONY: test clean coverage covclean
find -name \*.pyc -delete
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