summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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