summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cdfaf1..5280540 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ $(BIN): $(OBJ)
$(SRC_DIR)/%.o: $(SRC_DIR)/%.c
$(CC) $(CFLAGS) -c -o $@ $<
-x:
+c:
rm -f $(SRC_DIR)/*.o $(BIN)
r: