diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-22 20:59:37 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-22 20:59:37 +0800 |
commit | 81f6704f3cb15c3f59fd3b48ec3622b63bc71297 (patch) | |
tree | 86c38e0b66c2a86a72269ebd74b466de0f6c47e9 /Makefile | |
parent | a611b9673e73eeb74af802250d9fee5157f76a20 (diff) |
Use preprocessor for data asms, clean up sound/ and dump some text
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ $(C_OBJECTS): $(BUILD_DIR)/%.o: %.c $$(C_DEP) $(AS) $(ASFLAGS) -o $@ $(BUILD_DIR)/$*.s $(BUILD_DIR)/data/%.o: data/%.s $$(ASM_DEP) - $(AS) $(ASFLAGS) $< -o $@ + $(PREPROC) $< charmap.txt | $(CPP) -I include | $(AS) $(ASFLAGS) -o $@ $(BUILD_DIR)/%.o: %.s $$(ASM_DEP) $(AS) $(ASFLAGS) $< -o $@
\ No newline at end of file |