aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-12 13:00:45 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-12 13:00:45 +0100
commitbb2839a81d64e8644c57d83806ae41cc4cfad9dd (patch)
treec00448eed5c3fedcc3ba47f01957afe9bb2c1848 /src/makefile
parent43951373604173c70bb2423dd56988b60a6704db (diff)
makefile update
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 10baa14..142d918 100644
--- a/src/makefile
+++ b/src/makefile
@@ -32,8 +32,11 @@ LOCAL_SRCS += main.c \
ppu/ppu.c \
demo.c \
engine/engine.c \
- engine/sprite_controller.c \
- engine/draw_screen.c
+ engine/sprite_controller.c \
+ engine/draw_screen.c \
+ engine/camera.c \
+ engine/maths.c \
+ engine/entity.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)