Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 0541495

Browse files
committed
Consider a.out files when cleaning
1 parent cfa9a94 commit 0541495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/IPA/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipa.waves:
88
iverilog -s ipa_tb ../common/*.v bench/verilog/*.v rtl/verilog/*.v -I../common && vvp -n a.out && gtkwave ipa.vcd
99

1010
clean:
11-
rm -f *.blif *.asc *.bin *.vcd
11+
rm -f *.blif *.asc *.bin *.vcd a.out
1212

1313
.PHONY: clean ipa.waves
1414

0 commit comments

Comments
 (0)