Skip to content

Commit

Permalink
Makefile: fix unknown argument "-t" with newer version of mill
Browse files Browse the repository at this point in the history
* see #7 for more details
  • Loading branch information
sashimi-yzh committed Apr 10, 2024
1 parent f47a25d commit faa05bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faa05bb

Please sign in to comment.