mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
fix build
This commit is contained in:
parent
0ea4d24deb
commit
1abd55b4a1
2
Makefile
2
Makefile
@ -88,7 +88,7 @@ print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
|
|||||||
$(BUILD_DIR):
|
$(BUILD_DIR):
|
||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
|
|
||||||
$(BUILD_DIR)/%.o: %.s
|
$(BUILD_DIR)/%.s.o: %.s
|
||||||
$(AS) $(ASFLAGS) -o $@ $<
|
$(AS) $(ASFLAGS) -o $@ $<
|
||||||
|
|
||||||
$(BUILD_DIR)/%.c.o: %.c $(H_FILES)
|
$(BUILD_DIR)/%.c.o: %.c $(H_FILES)
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b349796f4ef5d7f796ac0796c7a9974f5b735547
|
Subproject commit 91d14b76cd4bb956b586d5802c1a86e019ca8029
|
@ -5,6 +5,7 @@ options:
|
|||||||
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
|
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
|
||||||
compiler: "GCC"
|
compiler: "GCC"
|
||||||
mnemonic_ljust: 10
|
mnemonic_ljust: 10
|
||||||
|
o_as_suffix: yes
|
||||||
segments:
|
segments:
|
||||||
- name: header
|
- name: header
|
||||||
type: header
|
type: header
|
||||||
|
Loading…
Reference in New Issue
Block a user