Removing built testbenches with make clean
Some checks failed
Test safe strings safety / build (push) Failing after 8s

This commit is contained in:
2024-03-04 08:19:23 +01:00
parent 5412b7673e
commit ccbebede74

View File

@@ -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 {} \;