aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2015-12-28 10:43:02 -0800
committerPiotr Esden-Tempski <piotr@esden.net>2015-12-28 10:43:51 -0800
commit3ea5dbeb5c4a5ddb9969ecf067972735a5973919 (patch)
tree8e48ecfa93f598c3fa8fa23f566fe85c99599db2 /examples
parentde33788bf9b835877edd1511e070adf98549dcd6 (diff)
downloadicestorm-3ea5dbeb5c4a5ddb9969ecf067972735a5973919.tar.gz
icestorm-3ea5dbeb5c4a5ddb9969ecf067972735a5973919.tar.bz2
icestorm-3ea5dbeb5c4a5ddb9969ecf067972735a5973919.zip
[examples] Added the project bin file to prog dependencies.
Diffstat (limited to 'examples')
-rw-r--r--examples/hx8kboard/Makefile4
-rw-r--r--examples/icestick/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/hx8kboard/Makefile b/examples/hx8kboard/Makefile
index 58be467..bc47cf6 100644
--- a/examples/hx8kboard/Makefile
+++ b/examples/hx8kboard/Makefile
@@ -13,8 +13,8 @@ all: $(PROJ).bin
%.bin: %.txt
icepack $< $@
-prog:
- iceprog $(PROJ).bin
+prog: $(PROJ).bin
+ iceprog $<
clean:
rm -f *.blif *.txt *.bin
diff --git a/examples/icestick/Makefile b/examples/icestick/Makefile
index 4c56295..a9b1d8b 100644
--- a/examples/icestick/Makefile
+++ b/examples/icestick/Makefile
@@ -13,8 +13,8 @@ all: $(PROJ).bin
%.bin: %.txt
icepack $< $@
-prog:
- iceprog $(PROJ).bin
+prog: $(PROJ).bin
+ iceprog $<
clean:
rm -f *.blif *.txt *.bin