diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-22 10:42:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 10:42:34 +0100 |
commit | 7f51cd925883bbf958baa289d4d19231667c9eba (patch) | |
tree | 21800c4233b3be015cb9aa1f1448b2ab4db4c832 /src/makefile | |
parent | e43428eef0d96839cd9a5b2d25e31c90555cfb6c (diff) | |
parent | 49112a1999c008fb6fa6c9c368eb2be0d92d15dc (diff) |
Merge pull request #44 from UnavailableDev/game-engine
Game engine
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index d7d9087..cd248e2 100644 --- a/src/makefile +++ b/src/makefile @@ -37,7 +37,11 @@ LOCAL_SRCS += main.c \ engine/draw_screen.c \ engine/camera.c \ engine/maths.c \ - engine/entity.c + engine/entity.c \ + engine/bullet.c \ + engine/title_screen.c \ + GameLoop/shop.c \ + GameLoop/startingScreen.c CFLAGS += $(SHARED_FLAGS) LFLAGS += $(SHARED_FLAGS) |