From 244556fcc7cfde9e3f404f0bbdba89e3e76ce7d8 Mon Sep 17 00:00:00 2001 From: uint23 Date: Mon, 14 Apr 2025 22:40:25 +0100 Subject: fixed bad code.. :o --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3