aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/iceblink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/iceblink/Makefile b/examples/iceblink/Makefile
index 25ffe3c..3403a4b 100644
--- a/examples/iceblink/Makefile
+++ b/examples/iceblink/Makefile
@@ -24,6 +24,6 @@ sudo-prog: $(PROJ).bin
iCEburn.py -e -v -w $<
clean:
- rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin
+ rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
.PHONY: all prog clean