diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-12 11:39:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 11:39:48 +0100 |
commit | b632b5dadf2d992b2bf6e5d52a1df03c871ec8e9 (patch) | |
tree | 93f2ca26907d7ee920c4e08525be860cbdc2e365 /src/makefile | |
parent | 835cd8a4cf7052d4599ab4fc2004922336766c21 (diff) | |
parent | 55ffb32cc60f14d5055e5ac6fff746c5e9f7eb7d (diff) |
Merge branch 'lonkaars:dev' into game-engine
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) |