From 961ab7ccaf4d175189cd42fcddca1336f3d91bad Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Wed, 17 Oct 2018 11:28:27 +0800 Subject: Fix makefile and decompile some functions. Partial memory.c, save.c and bg_palette_buffer.c decompilation, along with some asm/ cleanup. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b86d1d..92e1edd 100755 --- a/Makefile +++ b/Makefile @@ -103,7 +103,6 @@ $(BUILD_DIR)/sym_%.ld: sym_%.txt $(C_OBJECTS): $(BUILD_DIR)/%.o: %.c @$(CPP) $(CPPFLAGS) $< -o $(BUILD_DIR)/$*.i - echo $(CC1) $(CC1FLAGS) $(BUILD_DIR)/$*.i -o $(BUILD_DIR)/$*.s @$(CC1) $(CC1FLAGS) $(BUILD_DIR)/$*.i -o $(BUILD_DIR)/$*.s @printf ".text\n\t.align\t2, 0\n" >> $(BUILD_DIR)/$*.s $(AS) $(ASFLAGS) -o $@ $(BUILD_DIR)/$*.s -- cgit v1.2.3