vborchsh/make-fpga

stderr prints due to `find` in case of missing file

Closed this issue · 0 comments

A lot of stderror prints in case of missing files even if help target called, due to find using:

$ make help
...
find: ‘build/build.runs/impl_1/*.bit’: No such file or directory
find: ‘build/build.runs/impl_1/*.bit’: No such file or directory
...