diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-12 11:42:58 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-12 11:42:58 +0100 |
commit | 7882ccc99d36ed225534227bd343923a7f4696c0 (patch) | |
tree | d331f8967a47747a400948932f36d41f40e90041 /src/makefile | |
parent | a386709d12167ab8f85336a1764040c3f573e9eb (diff) | |
parent | b632b5dadf2d992b2bf6e5d52a1df03c871ec8e9 (diff) |
Merge branch 'game-engine' of https://github.com/UnavailableDev/avans-arcade 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 02fcb12..10baa14 100644 --- a/src/makefile +++ b/src/makefile @@ -32,7 +32,8 @@ LOCAL_SRCS += main.c \ ppu/ppu.c \ demo.c \ engine/engine.c \ - engine/sprite_controller.c + engine/sprite_controller.c \ + engine/draw_screen.c CFLAGS += $(SHARED_FLAGS) LFLAGS += $(SHARED_FLAGS) |