summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae76e52..9f71250 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,8 @@ GFX := $(patsubst %.png, $(BUILD)/%.2bpp, \
$(patsubst %.1bpp.png, $(BUILD)/%.1bpp, \
$(patsubst gfx/pokemon/%/front.png, $(BUILD)/gfx/pokemon/%/front.pic, \
$(patsubst gfx/pokemon/%/back.png, $(BUILD)/gfx/pokemon/%/back.pic, \
- $(call rwildcard, gfx, *.png)))))
+ $(patsubst gfx/trainer/%.png, $(BUILD)/gfx/trainer/%.pic, \
+ $(call rwildcard, gfx, *.png))))))
.SECONDEXPANSION: