summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-14 22:40:25 +0100
committeruint23 <[email protected]>2025-04-14 22:40:25 +0100
commit244556fcc7cfde9e3f404f0bbdba89e3e76ce7d8 (patch)
tree25a045640daf4a710cf497db86ec949e7f8a6b27 /Makefile
parent7883981fe9976b3933959c04fa8cc62158c70855 (diff)
fixed bad code.. :o
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: