summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-14 19:41:29 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-14 19:41:29 -0400
commite1e74bf039a7e0d09edea0ce221fd36ea26d7006 (patch)
tree5684367549d2424eb31e86b28355ec7c20e93d52 /Makefile
parent3d58fb95569be74c6c229118a425fa22628f1dc3 (diff)
Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNG
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1609a20c..7f0d2a1a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,8 @@ rom_obj := \
# Distinguish asm files which are game-exclusive for building (*_[gold|silver].asm)
gs_excl_asm := \
-data/pokemon/dex_entries \
-gfx/pics
+ data/pokemon/dex_entries \
+ gfx/pics
gold_excl_obj := $(addsuffix _gold.o,$(gs_excl_asm))
silver_excl_obj := $(addsuffix _silver.o,$(gs_excl_asm))