support make -B flag

This commit is contained in:
Alex Bates 2020-08-15 03:52:44 +01:00
parent 162f02c846
commit 24a50c0de7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ setup: clean submodules n64split split
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
$(BUILD_DIR):
mkdir $(BUILD_DIR)
mkdir -p $(BUILD_DIR)
$(BUILD_DIR)/$(TARGET).elf: $(O_FILES) $(LD_SCRIPT)
@$(LD) $(LDFLAGS) -o $@ $(O_FILES)