Removing built testbenches with make clean
Some checks failed
Test safe strings safety / build (push) Failing after 8s
Some checks failed
Test safe strings safety / build (push) Failing after 8s
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,4 +15,4 @@ clean:
|
|||||||
find . -name '*.cf' -exec rm -r {} \;
|
find . -name '*.cf' -exec rm -r {} \;
|
||||||
find . -name '*.ghw' -exec rm -r {} \;
|
find . -name '*.ghw' -exec rm -r {} \;
|
||||||
find . -name '*.entity' -exec rm -r {} \;
|
find . -name '*.entity' -exec rm -r {} \;
|
||||||
find . -name $(PARTS) -exec rm -r {} \;
|
find . -name $(PARTS)_tb -exec rm -r {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user