Skip to content
Snippets Groups Projects
Commit 6f0117ce authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Makefile cleanup

parent 1459b5d1
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment