diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,7 @@ sources = \ physics.c \ plat.c \ player.c \ + projectile.c \ random.c \ rect.c \ render.c \ @@ -73,6 +74,7 @@ image_sources = \ $(int_dir)/rooms.bmp \ anim_sources = \ + $(int_dir)/arrow.anm \ $(int_dir)/demon_fly_left.anm \ $(int_dir)/demon_fly_right.anm \ $(int_dir)/demon_idle_left.anm \ @@ -83,6 +85,8 @@ anim_sources = \ $(int_dir)/demon_walk_right.anm \ $(int_dir)/fade_in.anm \ $(int_dir)/fade_out.anm \ + $(int_dir)/fly_left.anm \ + $(int_dir)/fly_right.anm \ $(int_dir)/guy_fall_left.anm \ $(int_dir)/guy_fall_right.anm \ $(int_dir)/guy_idle_left.anm \ |