Skip to content

Commit 3a232e7

Browse files
authored
Merge pull request #263 from quackduck/patch-1
picosoc: delete hx8kdemo.json when make clean is run
2 parents 336cfca + b91a9b8 commit 3a232e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosoc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ clean:
113113
rm -f testbench.vvp testbench.vcd spiflash_tb.vvp spiflash_tb.vcd
114114
rm -f hx8kdemo_fw.elf hx8kdemo_fw.hex hx8kdemo_fw.bin cmos.log
115115
rm -f icebreaker_fw.elf icebreaker_fw.hex icebreaker_fw.bin
116-
rm -f hx8kdemo.blif hx8kdemo.log hx8kdemo.asc hx8kdemo.rpt hx8kdemo.bin
116+
rm -f hx8kdemo.json hx8kdemo.blif hx8kdemo.log hx8kdemo.asc hx8kdemo.rpt hx8kdemo.bin
117117
rm -f hx8kdemo_syn.v hx8kdemo_syn_tb.vvp hx8kdemo_tb.vvp
118118
rm -f icebreaker.json icebreaker.log icebreaker.asc icebreaker.rpt icebreaker.bin
119119
rm -f icebreaker_syn.v icebreaker_syn_tb.vvp icebreaker_tb.vvp

0 commit comments

Comments
 (0)