Add missing .rpt file to iceblink example "make clean"

This commit is contained in:
Clifford Wolf 2017-04-23 16:00:41 +02:00
parent bb42a74f90
commit 587363b64a
1 changed files with 1 additions and 1 deletions

View File

@ -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