From aaf26de8edab0c814463c24674c8a6f04c2a80f4 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 2 Dec 2013 17:57:05 -0500 Subject: Makefile: %.bin and %.pal targets --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1f0a5ddc1..edb38f945 100644 --- a/Makefile +++ b/Makefile @@ -95,3 +95,7 @@ gfx/trainers/%.lz: gfx/trainers/%.png @: %.1bpp: @: +%.pal: ; + +%.bin: ; + -- cgit v1.2.3