diff options
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 96f3108..10baa14 100644 --- a/src/makefile +++ b/src/makefile @@ -32,6 +32,7 @@ LOCAL_SRCS += main.c \ ppu/ppu.c \ demo.c \ engine/engine.c \ + engine/sprite_controller.c \ engine/draw_screen.c CFLAGS += $(SHARED_FLAGS) |