mirror of https://github.com/pmret/papermario.git
fix `make setup' when bin/ doesn't exist
This commit is contained in:
parent
14b509830f
commit
e2d1de8ffe
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@ WORLD_AREAS := area_dgb area_arn area_dro area_end area_flo area_gv area_hos are
|
|||
SRC_DIRS := $(shell find src -type d)
|
||||
ASM_DIRS := asm asm/os
|
||||
INCLUDE_DIRS := include include/PR src
|
||||
DATA_DIRS := $(shell find bin -type d -not -name Yay0)
|
||||
DATA_DIRS := $(shell mkdir -p bin && find bin -type d -not -name Yay0)
|
||||
YAY0_DIRS := bin/Yay0
|
||||
ASSETS_FS_DIRS := assets/fs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue