summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Willems (M17.1) <progreon@gmail.com>2018-01-07 01:47:42 +0100
committerMarco Willems (M17.1) <progreon@gmail.com>2018-01-07 01:47:42 +0100
commitdbcd5075b036cdd700cdff2b863e9884037ddfca (patch)
tree6ae6920555e72c315050c674f587f4b4c1390145 /Makefile
parent680d3fd7b980578024226eccffe2e01072826227 (diff)
Split battle_anim_81258BC.s and decompile unused
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1f6a6b4f..275df021e 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ VERSIONS := ruby sapphire ruby_rev1 sapphire_rev1 ruby_rev2 sapphire_rev2 ruby_d
$(VERSIONS) $(VERSIONS:%=compare_%)
-$(shell mkdir -p build/ $(VERSIONS:%=build/%/{,asm,data,src{,/battle{,/anim},/field,/debug,/scene,/pokemon,/engine,/libs}}))
+$(shell mkdir -p build/ $(VERSIONS:%=build/%/{,asm,data,src{,/battle{,/anim},/field,/debug,/scene,/pokemon,/engine,/libs,/unused}}))
C_SRCS := $(shell find src -iname "*.c")
ASM_SRCS := $(wildcard asm/*.s)