mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 12:11:24 +00:00
Improved "make manual" and "make clean"
This commit is contained in:
parent
fb186e6299
commit
4bd2d47e45
4 changed files with 13 additions and 9 deletions
2
manual/clean.sh
Executable file
2
manual/clean.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
for f in $( find -name .gitignore ); do sed -re "s,^,find ${f%.gitignore} -name ',; s,$,' | xargs -r rm -vf,;" $f; done | bash -v
|
Loading…
Add table
Add a link
Reference in a new issue