From 587363b64a8b5d210a05dd6e5f91c9992db496b7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 23 Apr 2017 16:00:41 +0200 Subject: Add missing .rpt file to iceblink example "make clean" --- examples/iceblink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3