This commit is contained in:
2026-03-06 12:33:18 +07:00
parent c2529abe7f
commit 7f0f6ab5ba
115 changed files with 168 additions and 97 deletions
-4
View File
@@ -20,9 +20,5 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c
@mkdir -p $(OBJ_DIR)
$(CC) $(CFLAGS) -c $< -o $@
run: $(TARGET)
./$(TARGET) < input > output
@cat output
clean:
rm -rf $(OBJ_DIR) $(TARGET) output
Binary file not shown.