diff --git a/Makefile b/Makefile index a7b47b8..c3bebda 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: verilog: $(call git_commit, "generate verilog") mkdir -p $(BUILD_DIR) - mill -i $(PRJ).runMain Elaborate -td $(BUILD_DIR) + mill -i $(PRJ).runMain Elaborate --target-dir $(BUILD_DIR) help: mill -i $(PRJ).runMain Elaborate --help