mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-06 13:44:17 -04:00
Add make target to clean testbench files
Add it as default in the contrib Makefile.
This commit is contained in:
parent
f13366538e
commit
056ee4d3ee
2 changed files with 12 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue