From 5850f4ab766256791f72301349e30d4cd304c675 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 25 Feb 2023 13:08:00 +0100 Subject: ppusim done --- src/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 41311eb..83c7df5 100644 --- a/src/makefile +++ b/src/makefile @@ -28,7 +28,8 @@ CFLAGS += $(if $(DESKTOP), -DHH_TARGET_DESKTOP, ) LOCAL_SRCS += main.c \ ppu/internals.c \ - ppu/ppu.c + ppu/ppu.c \ + demo.c CFLAGS += $(SHARED_FLAGS) LFLAGS += $(SHARED_FLAGS) -- cgit v1.2.3