Commit 3610f404 authored by cota's avatar cota

Makefile: mark PHONY targets as such

Signed-off-by: Emilio G. Cota's avatarEmilio G. Cota <cota@braap.org>

git-svn-id: http://svn.ohwr.org/wishbone-gen@5 4537843c-45c2-4d80-8546-c3283569414f
parent b2cd6eb1
...@@ -9,6 +9,8 @@ all: $(SOURCES) ...@@ -9,6 +9,8 @@ all: $(SOURCES)
./utils/process_dofiles.lua wbgen_main.lua wbgen2 ./utils/process_dofiles.lua wbgen_main.lua wbgen2
chmod +x wbgen2 chmod +x wbgen2
.PHONY: all clean
%.v: %.vhd %.v: %.vhd
./utils/vhd2vl/src/vhd2vl $^ > $@ ./utils/vhd2vl/src/vhd2vl $^ > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment