hotfix(make): create the target/ directory

This commit is contained in:
Muhammad Nauman Raza 2025-01-08 19:04:43 +00:00
parent ea2307790d
commit 496c10c96f
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -88,6 +88,9 @@ ELF := $(ROM:.gba=.elf)
MAP := $(ROM:.gba=.map)
SYM := $(ROM:.gba=.sym)
# Create the target directory
$(info $(shell mkdir -p $(BINARY_DIR)))
# Commonly used directories
C_SUBDIR = src
ASM_SUBDIR = asm