diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |