diff options
author | Olivier Gayot <og@satcom1.com> | 2018-12-01 12:13:59 +0100 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2018-12-01 12:13:59 +0100 |
commit | 7300ea2d23e7315f7cadf1cbaaa74600c6f38142 (patch) | |
tree | c91e5cde5b2a833ac6614db23ea9474b5c8f6e49 | |
parent | 2c1e9c3068abeff31dcfa8082ac0096d2ff88593 (diff) |
Add .PHONY target to the makefile
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,3 +57,5 @@ install: debug: CFLAGS += $(DEBUG) debug: re + +.PHONY: all clean fclean re install debug |