aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2023-03-12 11:39:34 +0100
committerGitHub <noreply@github.com>2023-03-12 11:39:34 +0100
commit55ffb32cc60f14d5055e5ac6fff746c5e9f7eb7d (patch)
tree957204e473a29ea80409d8a0db781315ef608ba0 /src/makefile
parente1f6e318c47d382299ba963a84379982113f0f4b (diff)
parentc74b9b2ff60db2ddc7fe50686b6b654ceea3896e (diff)
Merge pull request #32 from heavydemon21/dev
drawing map en read from binary complete. shift to background.
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 96751fb..96f3108 100644
--- a/src/makefile
+++ b/src/makefile
@@ -31,7 +31,8 @@ LOCAL_SRCS += main.c \
ppu/internals.c \
ppu/ppu.c \
demo.c \
- engine/engine.c
+ engine/engine.c \
+ engine/draw_screen.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)