diff options
Diffstat (limited to 'examples/hx8kboard/Makefile')
-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 $< |