summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e0e8e8..495d87d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,9 @@ APP = $(BIN)/app
SRC = $(shell find src -name "*.c")
OBJ = $(SRC:%.c=$(BIN)/%.o)
-.PHONY: clean build
+.PHONY: dirs run clean build install uninstall
+
+EOF: clean build
dirs:
mkdir -p ./$(BIN)