aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorNielsCoding <101340368+NielsCoding@users.noreply.github.com>2023-03-11 11:16:50 +0100
committerNielsCoding <101340368+NielsCoding@users.noreply.github.com>2023-03-11 11:16:50 +0100
commitf4e4b53fe3ef96a7bd2d4052c5a181f05945a0aa (patch)
tree12946a4d8c446a0957a02aa13a057a42571f3ad4 /src/makefile
parentc9ef075fbbb57f9968fbce39b12fbd82a89e7ef6 (diff)
makefile engine
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 c69bfb5..96751fb 100644
--- a/src/makefile
+++ b/src/makefile
@@ -30,7 +30,8 @@ CFLAGS += $(if $(DESKTOP), -DHH_TARGET_DESKTOP, )
LOCAL_SRCS += main.c \
ppu/internals.c \
ppu/ppu.c \
- demo.c
+ demo.c \
+ engine/engine.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)