aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
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)