aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-03 18:43:37 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-03 18:43:37 +0200
commit2df7aadc7a4516d50d9d453a32332c14d81a7c0f (patch)
tree9eb16ad8f5fb107879d762b52a354987bc9df885
parent9c028fc965e8913d82df2fde951102d8a12ff474 (diff)
downloadpicorv32-2df7aadc7a4516d50d9d453a32332c14d81a7c0f.tar.gz
picorv32-2df7aadc7a4516d50d9d453a32332c14d81a7c0f.zip
Fixed typo in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de414fa..e5d07fd 100644
--- a/Makefile
+++ b/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