mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
Touch .disasm sentinel file
This commit is contained in:
parent
f7c6d25a6b
commit
39a2a9df2d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -443,6 +443,7 @@ $(BUILD_DIR)/assets/%.jpg.inc.c: assets/%.jpg
|
|||
|
||||
$(EXPECTED_DIR)/.disasm: $(DISASM_DATA_FILES)
|
||||
$(PYTHON) tools/disasm/disasm.py $(DISASM_FLAGS) $(DISASM_BASEROM) -o $(EXPECTED_DIR) --split-functions $(EXPECTED_DIR)/functions
|
||||
touch $@
|
||||
|
||||
$(EXPECTED_DIR)/%.o: $(EXPECTED_DIR)/.disasm
|
||||
$(AS) $(ASFLAGS) $(@:.o=.s) -o $@
|
||||
|
|
Loading…
Reference in a new issue