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 | |
| parent | 456729a0fd91c88a2773b7114418ec2285416550 (diff) | |
added icetime -o/-r options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hx8kboard/Makefile | 2 | ||||
| -rw-r--r-- | examples/icestick/Makefile | 2 |
2 files changed, 2 insertions, 2 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 $< diff --git a/examples/icestick/Makefile b/examples/icestick/Makefile index 26b79f8..a2ecbc6 100644 --- a/examples/icestick/Makefile +++ b/examples/icestick/Makefile @@ -14,7 +14,7 @@ all: $(PROJ).rpt $(PROJ).bin icepack $< $@ %.rpt: %.asc - icetime -mt $< | tee $@ + icetime -mtr $@ $< prog: $(PROJ).bin iceprog $< |
