diff --git a/GNUmakefile b/GNUmakefile index b08f61e..ec44fc5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,3 +61,4 @@ clean: $(subst .gcov.o,.c.gcov,$(GCOV_OBJS)) \ $(subst .gcov.o,.gcov.gcda,$(GCOV_OBJS)) +.PHONY: clean fixincludes docs all check coverage