mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Rework images makefile a bit to get it to import and build from resources folder(s). Currently requires running twice from a clean build due to the way it finds `.dot` files to convert.
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
/build/
|
|
/source/cmd
|
|
/source/temp
|
|
/images/*.log
|
|
/images/*.aux
|
|
/images/*.pdf
|
|
/images/*.svg
|
|
/images/**/*.log
|
|
/images/**/*.aux
|
|
/images/**/*.pdf
|
|
/images/**/*.svg
|
|
/images/**/*.dot
|