aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b6252e..b7582d1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ sources = \
deathzone.c \
effect.c \
enemy.c \
+ game.c \
hud.c \
map.c \
maths.c \
@@ -80,6 +81,8 @@ anim_sources = \
$(int_dir)/demon_jump_right.anm \
$(int_dir)/demon_walk_left.anm \
$(int_dir)/demon_walk_right.anm \
+ $(int_dir)/fade_in.anm \
+ $(int_dir)/fade_out.anm \
$(int_dir)/guy_fall_left.anm \
$(int_dir)/guy_fall_right.anm \
$(int_dir)/guy_idle_left.anm \