diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-26 19:58:35 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-26 19:58:35 -0500 |
commit | 85dc553b949b05ec4fdc0e223c29161465a132b7 (patch) | |
tree | 5ba518cdcaf99351f4ea6573671f70592a086ec2 | |
parent | e23d43ecb06b6fd5f8e6f72accf7787895833ea6 (diff) |
oops
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,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,/anim}})) +$(shell mkdir -p build/ $(VERSIONS:%=build/%/{,asm,data,src{,/battle{,/anim},/field,/debug,/scene,/pokemon,/engine,/libs}})) C_SRCS := $(shell find src -iname "*.c") ASM_SRCS := $(wildcard asm/*.s) |