aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-04-23 16:00:41 +0200
committerClifford Wolf <clifford@clifford.at>2017-04-23 16:00:41 +0200
commit587363b64a8b5d210a05dd6e5f91c9992db496b7 (patch)
tree5026e8bd7e16c323c8e56aa095124c4a2494e604 /examples
parentbb42a74f90e66a592c1f1df631f02bfa5f37438e (diff)
downloadicestorm-587363b64a8b5d210a05dd6e5f91c9992db496b7.tar.gz
icestorm-587363b64a8b5d210a05dd6e5f91c9992db496b7.tar.bz2
icestorm-587363b64a8b5d210a05dd6e5f91c9992db496b7.zip
Add missing .rpt file to iceblink example "make clean"
Diffstat (limited to 'examples')
-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