Skip to content

Commit

Permalink
Merge pull request #263 from quackduck/patch-1
Browse files Browse the repository at this point in the history
picosoc: delete hx8kdemo.json when make clean is run
  • Loading branch information
mmicko authored Jun 17, 2024
2 parents 336cfca + b91a9b8 commit 3a232e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picosoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ clean:
rm -f testbench.vvp testbench.vcd spiflash_tb.vvp spiflash_tb.vcd
rm -f hx8kdemo_fw.elf hx8kdemo_fw.hex hx8kdemo_fw.bin cmos.log
rm -f icebreaker_fw.elf icebreaker_fw.hex icebreaker_fw.bin
rm -f hx8kdemo.blif hx8kdemo.log hx8kdemo.asc hx8kdemo.rpt hx8kdemo.bin
rm -f hx8kdemo.json hx8kdemo.blif hx8kdemo.log hx8kdemo.asc hx8kdemo.rpt hx8kdemo.bin
rm -f hx8kdemo_syn.v hx8kdemo_syn_tb.vvp hx8kdemo_tb.vvp
rm -f icebreaker.json icebreaker.log icebreaker.asc icebreaker.rpt icebreaker.bin
rm -f icebreaker_syn.v icebreaker_syn_tb.vvp icebreaker_tb.vvp
Expand Down

0 comments on commit 3a232e7

Please sign in to comment.