aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/makefile b/src/makefile
index 94406ca..d7d9087 100644
--- a/src/makefile
+++ b/src/makefile
@@ -37,11 +37,7 @@ LOCAL_SRCS += main.c \
engine/draw_screen.c \
engine/camera.c \
engine/maths.c \
- engine/bullet.c \
- engine/entity.c \
- GameLoop/shop.c \
- GameLoop/startingScreen.c
-
+ engine/entity.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)