From ff0f763797430ef52a67d06a33b4b569d845bf12 Mon Sep 17 00:00:00 2001 From: JHaack4 Date: Sat, 2 Oct 2021 23:12:21 -0400 Subject: [PATCH] rand3 --- obj_files.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/obj_files.mk b/obj_files.mk index e399cd8e5..8514daed9 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -64,7 +64,6 @@ TEXT_O_FILES:=\ $(BUILD_DIR)/asm/Dolphin/mem_funcs.o\ $(BUILD_DIR)/asm/Dolphin/misc_io.o\ $(BUILD_DIR)/asm/Dolphin/printf.o\ - $(BUILD_DIR)/asm/Dolphin/rand.o\ $(BUILD_DIR)/src/Dolphin/rand.o\ $(BUILD_DIR)/asm/Dolphin/scanf.o\ $(BUILD_DIR)/asm/Dolphin/string.o\