mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-01 02:27:34 +02:00
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)`,