diff --git a/Makefile b/Makefile index 68777f3f..d9fbebcd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ LOG_LEVEL ?= info +DATA_DIR ?= /data build-docker: docker build -f docker/Dockerfile -t sim-ln . @@ -15,14 +16,15 @@ help: @echo "stop Stops the Docker container." @echo "" @echo "Variables:" - @echo "SIMFILE_PATH Path to the sim.json file." + @echo "SIMFILE_PATH Path to the sim.json file." @echo "LOG_LEVEL Set the logging level (default: info) e.g. " @echo "HELP Set to true to print the help message (default: false) e.g. " @echo "PRINT_BATCH_SIZE Set the batch size for printing the results e.g. " @echo "TOTAL_TIME Set the total time for the simulation e.g. " + @echo "DATA_DIR Set the data directory for the simulation containing simulation files and results e.g.