Explorar el Código

Cleaned up Makefile.

Taddeus Kroes hace 14 años
padre
commit
4e7b7bb05e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/rules.mk

+ 1 - 1
tests/rules.mk

@@ -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