aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index c69bfb5..cd248e2 100644
--- a/src/makefile
+++ b/src/makefile
@@ -30,7 +30,18 @@ CFLAGS += $(if $(DESKTOP), -DHH_TARGET_DESKTOP, )
LOCAL_SRCS += main.c \
ppu/internals.c \
ppu/ppu.c \
- demo.c
+ demo.c \
+ engine/engine.c \
+ engine/sprite_controller.c \
+ engine/player_controller.c \
+ engine/draw_screen.c \
+ engine/camera.c \
+ engine/maths.c \
+ engine/entity.c \
+ engine/bullet.c \
+ engine/title_screen.c \
+ GameLoop/shop.c \
+ GameLoop/startingScreen.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)