fix `make setup' when bin/ doesn't exist

This commit is contained in:
Alex Bates 2020-10-22 03:19:25 +01:00
parent 14b509830f
commit e2d1de8ffe
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
1 changed files with 1 additions and 1 deletions

View File

@ -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