Add make target to clean testbench files

Add it as default in the contrib Makefile.
This commit is contained in:
Daniel Jobson 2024-10-10 08:56:48 +02:00
parent f13366538e
commit 056ee4d3ee
No known key found for this signature in database
GPG key ID: 3707A9DBF4BB8F1A
2 changed files with 12 additions and 2 deletions

View file

@ -40,7 +40,7 @@ run-make-spi:
run-tb:
podman run --rm --mount type=bind,source="`pwd`/../hw/application_fpga",target=/build -w /build -it \
$(IMAGE) make tb
$(IMAGE) make clean_tb tb
run-make-testfw:
podman run --rm --mount type=bind,source="`pwd`/../hw/application_fpga",target=/build -w /build -it \