diff --git a/Makefile b/Makefile index c1230d4b..be379d5d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ CARGO=cargo +PALLET_NAME=${pallet} +OUTPUT_DIR=$(output) .PHONY: init init: @@ -16,4 +18,4 @@ compare-ordering: .PHONY: benchmark benchmark: - ./scripts/run-benchmark-on.sh \ No newline at end of file + ./scripts/run-benchmark-on.sh ${PALLET_NAME} ${OUTPUT_DIR}