From ec1dd061eb9158ec160051c6d0e7915d9f566c6d Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Fri, 27 Jan 2023 12:03:03 -0800 Subject: [PATCH] makefile: finish nbg0 rename --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c244c53..647ba01 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ sh/lib1funcs.o: CFLAGS += -DL_ashiftrt -DL_movmem raytracing/raytracing.elf: CFLAGS += -Imath -DUSE_SH2_DVSR raytracing/raytracing.elf: raytracing/main-saturn.o raytracing/raytracing.o sh/lib1funcs.o -vdp2/vdp2.elf: vdp2/vdp2.o res/butterfly.data.o res/butterfly.data.pal.o +vdp2/nbg0.elf: vdp2/nbg0.o res/butterfly.data.o res/butterfly.data.pal.o # clean clean: clean-sh