patch make 2

This commit is contained in:
2026-04-28 16:16:40 +07:00
parent c5a1e6b6db
commit 1a5201ba3f
+3
View File
@@ -8,6 +8,9 @@ all: $(TARGET)
$(TARGET): main.cpp
$(CXX) $(CXXFLAGS) main.cpp -o $(TARGET)
run: $(TARGET)
./$(TARGET) 1000 2 10
run_all: $(TARGET)
@mkdir -p $(OUT_DIR)/{pics,logs}
@echo "1. Generating Timelines (Logs and Pics into $(OUT_DIR)/)..."