summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2018-12-01 12:13:59 +0100
committerOlivier Gayot <og@satcom1.com>2018-12-01 12:13:59 +0100
commit7300ea2d23e7315f7cadf1cbaaa74600c6f38142 (patch)
treec91e5cde5b2a833ac6614db23ea9474b5c8f6e49
parent2c1e9c3068abeff31dcfa8082ac0096d2ff88593 (diff)
Add .PHONY target to the makefile
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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