chore(make): add pixelflut.frames to `clean` rule

This commit is contained in:
Luca 2024-10-18 23:48:31 +02:00
parent c66deb56bc
commit 9b4b443584
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PART = xc7a35tcsg324-1
all: pixelflut.bit
clean:
rm -f pixelflut.bit pixelflut.fasm pixelflut.json
rm -f pixelflut.bit pixelflut.fasm pixelflut.frames pixelflut.json
prog: pixelflut.bit
openFPGALoader -b arty_a7_35t $<