From 08dcb8aac19fc5599121b90dd2d04f4d76f14ed7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 13 Oct 2024 17:10:40 -0400 Subject: [PATCH] Mark phony targets --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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