Fixed typo in Makefile

This commit is contained in:
Clifford Wolf 2015-07-03 18:43:37 +02:00
parent 9c028fc965
commit 2df7aadc7a
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ clean:
firmware/firmware.elf firmware/firmware.bin firmware/firmware.hex firmware/firmware.map \ 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 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