mirror of https://github.com/YosysHQ/picorv32.git
Fixed typo in Makefile
This commit is contained in:
parent
9c028fc965
commit
2df7aadc7a
2
Makefile
2
Makefile
|
@ -71,5 +71,5 @@ clean:
|
|||
firmware/firmware.elf firmware/firmware.bin firmware/firmware.hex firmware/firmware.map \
|
||||
synth.v testbench.exe testbench_sp.exe testbench_axi.exe testbench_synth.exe testbench.vcd
|
||||
|
||||
.PHONY: test view test_sp test_axi test_sync toc clean
|
||||
.PHONY: test view test_sp test_axi test_synth toc clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue