diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-12 11:39:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 11:39:34 +0100 |
commit | 55ffb32cc60f14d5055e5ac6fff746c5e9f7eb7d (patch) | |
tree | 957204e473a29ea80409d8a0db781315ef608ba0 /src/makefile | |
parent | e1f6e318c47d382299ba963a84379982113f0f4b (diff) | |
parent | c74b9b2ff60db2ddc7fe50686b6b654ceea3896e (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/makefile | 3 |
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) |