aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorNielsCoding <101340368+NielsCoding@users.noreply.github.com>2023-03-11 19:46:57 +0100
committerNielsCoding <101340368+NielsCoding@users.noreply.github.com>2023-03-11 19:46:57 +0100
commit557cbed3ab2dea1dafd61ccdc3521aeed9b63a43 (patch)
treec8f6126b849e536c8ff7090205375f37475f192c /src/makefile
parentf4e4b53fe3ef96a7bd2d4052c5a181f05945a0aa (diff)
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)