From 92644c09aa0a65545c8cfdd112d16f361def25b1 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Wed, 18 Oct 2023 10:49:51 -0300 Subject: [PATCH] rule for aisetfreq.o --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1278069e..d853d80e 100644 --- a/Makefile +++ b/Makefile @@ -196,6 +196,7 @@ build/src/libultra/gu/lookat.o: OPTFLAGS := -O3 -g0 build/src/libultra/io/controller.o: OPTFLAGS := -O1 -g0 build/src/libultra/io/ai.o: OPTFLAGS := -O1 -g0 build/src/libultra/io/aigetlen.o: OPTFLAGS := -O1 -g0 +build/src/libultra/io/aisetfreq.o: OPTFLAGS := -O1 -g0 build/src/libultra/libc/string.o: OPTFLAGS := -O2 -g0 build/src/libultra/libc/ldiv.o: OPTFLAGS := -O2 -g0 build/src/libultra/libc/ll.o: OPTFLAGS := -O1 -g0