chore(make): add pixelflut.frames to `clean` rule
This commit is contained in:
parent
c66deb56bc
commit
9b4b443584
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ PART = xc7a35tcsg324-1
|
||||||
all: pixelflut.bit
|
all: pixelflut.bit
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f pixelflut.bit pixelflut.fasm pixelflut.json
|
rm -f pixelflut.bit pixelflut.fasm pixelflut.frames pixelflut.json
|
||||||
|
|
||||||
prog: pixelflut.bit
|
prog: pixelflut.bit
|
||||||
openFPGALoader -b arty_a7_35t $<
|
openFPGALoader -b arty_a7_35t $<
|
||||||
|
|
Loading…
Reference in New Issue