diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-26 19:37:57 -0500 |
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-26 19:37:57 -0500 |
| commit | e23d43ecb06b6fd5f8e6f72accf7787895833ea6 (patch) | |
| tree | 2dc4ccedb34e45c3a42627c8ab2354dfb9ec5e23 /Makefile | |
| parent | cf84c5406bf9b08950722d90ba4eba3bd8606080 (diff) | |
move src/anim to src/battle/anim.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,9 +40,9 @@ 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,/field,/debug,/scene,/pokemon,/engine,/libs,/anim}})) +$(shell mkdir -p build/ $(VERSIONS:%=build/%/{,asm,data,src{,/battle{,/anim},/field,/debug,/scene,/pokemon,/engine,/libs,/anim}})) -C_SRCS := $(wildcard src/*/*.c) $(wildcard src/*.c) +C_SRCS := $(shell find src -iname "*.c") ASM_SRCS := $(wildcard asm/*.s) DATA_ASM_SRCS := $(wildcard data/*.s) |
