From 733f4aac5f57bcf2e9011fe6a5b9c48755f7a865 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sat, 14 Oct 2023 07:03:11 -0300 Subject: [PATCH] fix comments --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c71eb5b6..ec4bc315 100644 --- a/Makefile +++ b/Makefile @@ -176,15 +176,15 @@ DEP_FILES := $(O_FILES:.o=.d) \ $(shell mkdir -p $(BUILD_DIR)/linker_scripts/$(VERSION) $(BUILD_DIR)/linker_scripts/$(VERSION)/auto $(foreach dir,$(SRC_DIRS) $(ASM_DIRS) $(BIN_DIRS),$(BUILD_DIR)/$(dir))) -# Directory flags +# directory flags + +# per-file flags build/src/libultra/io/pidma.o: OPTFLAGS := -O1 -g0 build/src/main/1EB50.o: OPTFLAGS := -O1 -g0 build/src/libultra/2BDF0.o: OPTFLAGS := -O1 -g0 build/src/libultra/2C700.o: OPTFLAGS := -O1 -g0 build/src/libultra/2D300.o: OPTFLAGS := -O1 -g0 -# per-file flags - # cc & asm-processor build/src/%.o: CC := $(ASM_PROC) $(ASM_PROC_FLAGS) $(CC) -- $(AS) $(ASFLAGS) --