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

This commit is contained in:
Yannick Reiß 2024-03-04 08:19:23 +01:00
parent 5412b7673e
commit ccbebede74
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ clean:
find . -name '*.cf' -exec rm -r {} \;
find . -name '*.ghw' -exec rm -r {} \;
find . -name '*.entity' -exec rm -r {} \;
find . -name $(PARTS) -exec rm -r {} \;
find . -name $(PARTS)_tb -exec rm -r {} \;