aboutsummaryrefslogtreecommitdiffstats
path: root/examples/icestick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/icestick/Makefile')
-rw-r--r--examples/icestick/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<