From 9b4b4435843019686ee1683745b6bb5dad32cb83 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 18 Oct 2024 23:48:31 +0200 Subject: [PATCH] chore(make): add pixelflut.frames to `clean` rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4ddc29..13faaca 100644 --- a/Makefile +++ b/Makefile @@ -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 $<