docs: gvpack on macos requires the file name to appear after the flags

This commit is contained in:
Emily (aiju)
2024-09-03 08:38:29 +02:00
committed by Miodrag Milanovic
parent 558f313a78
commit c0ce0b82a8
+1 -1
View File
@@ -13,7 +13,7 @@ dots: $(DOTS)
$(YOSYS) $<
%.dot: %_full.dot
gvpack -u $*_full.dot -o $@
gvpack -u -o $@ $*_full.dot
.PHONY: clean
clean: