diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-01-18 00:11:13 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-01-18 00:11:13 +0100 |
commit | 7a1e662a3f676f408f79127459be95b37e959f47 (patch) | |
tree | 7d541549ecc89bf3d6cb17ce4cc403c405b4eda2 /examples/hx8kboard | |
parent | 456729a0fd91c88a2773b7114418ec2285416550 (diff) | |
download | icestorm-7a1e662a3f676f408f79127459be95b37e959f47.tar.gz icestorm-7a1e662a3f676f408f79127459be95b37e959f47.tar.bz2 icestorm-7a1e662a3f676f408f79127459be95b37e959f47.zip |
added icetime -o/-r options
Diffstat (limited to 'examples/hx8kboard')
-rw-r--r-- | examples/hx8kboard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hx8kboard/Makefile b/examples/hx8kboard/Makefile index 2e21206..0241807 100644 --- a/examples/hx8kboard/Makefile +++ b/examples/hx8kboard/Makefile @@ -14,7 +14,7 @@ all: $(PROJ).rpt $(PROJ).bin icepack $< $@ %.rpt: %.asc - icetime -mt $< | tee $@ + icetime -mtr $@ $< prog: $(PROJ).bin iceprog $< |