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

Removed some unused lines from Make rules.

parent a4b6b11a
No related branches found
No related tags found
No related merge requests found
TESTS=$(wildcard tests/test_*.py)
COVERAGE_OUTPUT_DIR := coverage
PROFILER_OUTPUT_DIR := profiles
OMIT := /usr/share/pyshared/*,/usr/lib/pymodules/python2.7/sympy/*,test*,*__init__.py
OMIT := /usr/share/pyshared/*,test*,*__init__.py
ifeq ($(findstring python-coverage,$(wildcard /usr/bin/*)), python-coverage)
COVERAGE=/usr/bin/python-coverage
......
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