[examples] Added the project bin file to prog dependencies.

This commit is contained in:
Piotr Esden-Tempski 2015-12-28 10:43:02 -08:00
parent de33788bf9
commit 3ea5dbeb5c
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ all: $(PROJ).bin
%.bin: %.txt
icepack $< $@
prog:
iceprog $(PROJ).bin
prog: $(PROJ).bin
iceprog $<
clean:
rm -f *.blif *.txt *.bin

View File

@ -13,8 +13,8 @@ all: $(PROJ).bin
%.bin: %.txt
icepack $< $@
prog:
iceprog $(PROJ).bin
prog: $(PROJ).bin
iceprog $<
clean:
rm -f *.blif *.txt *.bin