From 07b9c4b03044a6e24bfeb784df62da71ff58ae94 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 26 Jun 2015 10:47:13 -0700 Subject: [PATCH] Fix the make pngs target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fdd14760..f6407e70f 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,8 @@ pokecrystal.gbc: $(crystal_obj) pngs: find . -iname "*.lz" -exec $(gfx) unlz {} + find . -iname "*.[12]bpp" -exec $(gfx) png {} + - find . -iname "*.lz" -exec touch {} + find . -iname "*.[12]bpp" -exec touch {} + + find . -iname "*.lz" -exec touch {} + %.2bpp: %.png ; @$(gfx) 2bpp $< %.1bpp: %.png ; @$(gfx) 1bpp $<