mirror of https://github.com/YosysHQ/icestorm.git
Add missing .rpt file to iceblink example "make clean"
This commit is contained in:
parent
bb42a74f90
commit
587363b64a
|
|
@ -24,6 +24,6 @@ sudo-prog: $(PROJ).bin
|
||||||
iCEburn.py -e -v -w $<
|
iCEburn.py -e -v -w $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin
|
rm -f $(PROJ).blif $(PROJ).asc $(PROJ).rpt $(PROJ).bin
|
||||||
|
|
||||||
.PHONY: all prog clean
|
.PHONY: all prog clean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue