mirror of https://github.com/pmret/papermario.git
support make -B flag
This commit is contained in:
parent
162f02c846
commit
24a50c0de7
2
Makefile
2
Makefile
|
|
@ -87,7 +87,7 @@ setup: clean submodules n64split split
|
||||||
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
|
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
|
||||||
|
|
||||||
$(BUILD_DIR):
|
$(BUILD_DIR):
|
||||||
mkdir $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
|
|
||||||
$(BUILD_DIR)/$(TARGET).elf: $(O_FILES) $(LD_SCRIPT)
|
$(BUILD_DIR)/$(TARGET).elf: $(O_FILES) $(LD_SCRIPT)
|
||||||
@$(LD) $(LDFLAGS) -o $@ $(O_FILES)
|
@$(LD) $(LDFLAGS) -o $@ $(O_FILES)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue