aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 19:11:59 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 19:11:59 +0100
commitf5c8ae2f2d2074d483490e857db5aef8388f06c9 (patch)
treea76e1985433216a31e112d3f4daccdf19097c06d /src/makefile
parent5f5c6a410cafaa917ca3ff0a2a95bb1f2db4b980 (diff)
c interface semi-done
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 671ab6c..41311eb 100644
--- a/src/makefile
+++ b/src/makefile
@@ -26,7 +26,9 @@ LFLAGS += -lm
CFLAGS += $(if $(STM), -DHH_TARGET_STM32, )
CFLAGS += $(if $(DESKTOP), -DHH_TARGET_DESKTOP, )
-LOCAL_SRCS += main.c
+LOCAL_SRCS += main.c \
+ ppu/internals.c \
+ ppu/ppu.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)