Removing built testbenches with make clean
Test safe strings safety / build (push) Failing after 8s
Details
Test safe strings safety / build (push) Failing after 8s
Details
This commit is contained in:
parent
5412b7673e
commit
ccbebede74
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 {} \;
|
||||||
|
|
Loading…
Reference in New Issue