remove gcno and gcda files

This commit is contained in:
Sebastian Ramacher 2012-02-21 15:01:35 +01:00
parent 22b7914665
commit c39c81c3d6

View File

@ -46,7 +46,7 @@ ${PROJECT}: options ${OBJECTS}
${OBJECTS}: ../config.mk
clean:
$(QUIET)rm -rf ${OBJECTS} ${PROJECT}
$(QUIET)rm -rf ${OBJECTS} ${PROJECT} *.gcno *.gcda
.PHONY: all options clean debug