mirror of https://github.com/YosysHQ/icestorm.git
[examples] Added the project bin file to prog dependencies.
This commit is contained in:
parent
de33788bf9
commit
3ea5dbeb5c
|
|
@ -13,8 +13,8 @@ all: $(PROJ).bin
|
|||
%.bin: %.txt
|
||||
icepack $< $@
|
||||
|
||||
prog:
|
||||
iceprog $(PROJ).bin
|
||||
prog: $(PROJ).bin
|
||||
iceprog $<
|
||||
|
||||
clean:
|
||||
rm -f *.blif *.txt *.bin
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ all: $(PROJ).bin
|
|||
%.bin: %.txt
|
||||
icepack $< $@
|
||||
|
||||
prog:
|
||||
iceprog $(PROJ).bin
|
||||
prog: $(PROJ).bin
|
||||
iceprog $<
|
||||
|
||||
clean:
|
||||
rm -f *.blif *.txt *.bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue