Remove debug make target

This commit is contained in:
Thomas Klaehn 2019-07-22 16:03:02 +02:00
parent e5d3ef4624
commit 9590757913

View File

@ -77,10 +77,6 @@ clean:
rm -f $(OBJ_DIR)/*.gcda $(OBJ_DIR)/*.gcno
rm -fr $(COVERAGE_DIR)
.PHONY: debug
debug:
echo $(INC)
.PHONY: coverage
coverage: _cov_genhtml
$(eval COVERAGE:=$(shell grep 'lines' .coverage.tmp | egrep -o '[0-9]+.[0-9]+%'))