patch make 2
This commit is contained in:
@@ -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)/)..."
|
||||
|
||||
Reference in New Issue
Block a user