hotfix(make): create the target/
directory
This commit is contained in:
parent
ea2307790d
commit
496c10c96f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue