From 7300ea2d23e7315f7cadf1cbaaa74600c6f38142 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 1 Dec 2018 12:13:59 +0100 Subject: Add .PHONY target to the makefile Signed-off-by: Olivier Gayot --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1959fe4..8b1e02d 100644 --- a/Makefile +++ b/Makefile @@ -57,3 +57,5 @@ install: debug: CFLAGS += $(DEBUG) debug: re + +.PHONY: all clean fclean re install debug -- cgit v1.2.3