From 415604059b5dc85cd3384213c56aafe0fa79b47a Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 3 Dec 2021 16:47:03 -0500 Subject: [PATCH] Cant reproduce file_choose.h error. Removing unnecessary -I --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e138cdb6b0..8a43488d04 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ build/assets/text/nes_message_data_static.o: build/assets/text/message_data.enc. build/assets/text/staff_message_data_static.o: build/assets/text/message_data_staff.enc.h build/assets/%.o: assets/%.c - $(CC) -c $(CFLAGS) -I $( $(@:.o=.s) build/src/%.o: src/%.c - $(CC) -c $(CFLAGS) -I $( $(@:.o=.s) build/src/libultra/libc/ll.o: src/libultra/libc/ll.c - $(CC) -c $(CFLAGS) -I $( $(@:.o=.s) build/src/libultra/libc/llcvt.o: src/libultra/libc/llcvt.c - $(CC) -c $(CFLAGS) -I $( $(@:.o=.s)