Skip to content

Commit

Permalink
docs: gvpack on macos requires the file name to appear after the flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aiju authored and mmicko committed Sep 3, 2024
1 parent 558f313 commit c0ce0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/code_examples/opt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dots: $(DOTS)
$(YOSYS) $<

%.dot: %_full.dot
gvpack -u $*_full.dot -o $@
gvpack -u -o $@ $*_full.dot

.PHONY: clean
clean:
Expand Down

0 comments on commit c0ce0b8

Please sign in to comment.