From e1f59580969ca24e59d4a7ce3ab1b91163a758b1 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 8 Jan 2021 22:57:46 +0100 Subject: [PATCH] Makefile: declare readme target as phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b786e05..33b66a7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: check check_valgrind install clean release +.PHONY: check check_valgrind install clean release readme .SUFFIXES: .SUFFIXES: .c .o -- 2.39.2