summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-05-29 23:45:18 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-05-30 00:20:29 +0200
commit678055519c30f0f051b3782c0cc29051af321efd (patch)
treedf5f808c51703460ebd533296e7376e1273b8357 /Makefile
parent46961443013b8e0819169a4f3bfd4fedd0d7904a (diff)
Makefile: clean compressed pictures as well
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64afc02..334439c 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ compare: $(ROMS)
# Remove files generated by the build process.
clean:
rm -rf $(ROMS) $(OBJS) $(ROMS:.gb=.sym) build/* shim.asm
- find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pcm' \) -exec rm {} +
+ find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pic' -o -iname '*.pcm' \) -exec rm {} +
%.2bpp: %.png
rgbgfx -o $@ $<