example_designs/test/Makefile: add clean
This commit is contained in:
parent
7623739f5a
commit
19140a853b
|
@ -13,4 +13,7 @@ test_inout:
|
||||||
test_logic_analyzer:
|
test_logic_analyzer:
|
||||||
$(CMD) test_logic_analyzer
|
$(CMD) test_logic_analyzer
|
||||||
|
|
||||||
all: test_regs test_inout test_logic_analyzer
|
all: test_regs test_inout test_logic_analyzer
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.csv dump.*
|
||||||
|
|
Loading…
Reference in New Issue