summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5280540..b4ffcd0 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,4 @@ $(SRC_DIR)/%.o: $(SRC_DIR)/%.c
c:
rm -f $(SRC_DIR)/*.o $(BIN)
-r:
- x all
-
-.PHONY: all clean rebuild
+.PHONY: all c