aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-04-06 16:40:34 +0200
committerUnavailableDev <ggwildplay@gmail.com>2023-04-06 16:40:34 +0200
commitd8e8e63bac3ef5a203106c09731ed2e55c87688a (patch)
treec9876a5c0f1cfea1eb56a2c046bcb4d5813e2d78 /src/makefile
parent93e9426d5642dfab7a13d5a34873b296de1d9642 (diff)
rendering hp + strings
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 ada73b1..0f5f917 100644
--- a/src/makefile
+++ b/src/makefile
@@ -47,7 +47,8 @@ LOCAL_SRCS += main.c \
game_loop/shop.c \
game_loop/gameplay.c \
game_loop/game_over.c \
- game_loop/starting_screen.c
+ game_loop/starting_screen.c \
+ game_loop/ui.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)