mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 12:53:39 +00:00
Docs: macos-safe build
Swap `cp -u` for `rsync -t`. Drop the workaround to get the list of dot files after copying them, and instead just run the makefile twice. Swap `$(wildcard **/*.x)` for `$(shell find . -name *.x)`,
This commit is contained in:
parent
0b53b10770
commit
5d5d890d5b
2 changed files with 8 additions and 9 deletions
|
@ -250,6 +250,7 @@ test-macros:
|
|||
.PHONY: images
|
||||
images:
|
||||
$(MAKE) -C source/_images
|
||||
$(MAKE) -C source/_images convert
|
||||
|
||||
.PHONY: reqs
|
||||
reqs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue