Skip to content
Snippets Groups Projects
Commit 4e7b7bb0 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Cleaned up Makefile.

parent 9f1e399f
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ TESTS=$(wildcard tests/test_*.py)
COVERAGE_OUTPUT_DIR := coverage
PROFILER_OUTPUT_DIR := profiles
OMIT := /usr/share/pyshared/*,external/*
RM=rm -rf
ifeq ($(findstring python-coverage,$(wildcard /usr/bin/*)), python-coverage)
COVERAGE=/usr/bin/python-coverage
RM=rm -rf
else
COVERAGE=/usr/bin/coverage
endif
......
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