aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 18:59:53 +1000
committerquou <quou@disroot.org>2024-10-01 19:00:04 +1000
commita5f6618cd6a692eda3acd934b71355959b388518 (patch)
tree6f5d4813be49ccf9bab8740a14546e6ec3b6dd72 /Makefile
parent626a3850ebc4859cecb9b3a003c96b69c2fdf7f9 (diff)
the enemy can hurt the player now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c0a7b45..ef3f82b 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,8 @@ anim_sources = \
$(int_dir)/guy_slash_right.anm \
$(int_dir)/slash_left.anm \
$(int_dir)/slash_right.anm \
+ $(int_dir)/smol_slash_left.anm \
+ $(int_dir)/smol_slash_right.anm \
objects = $(sources:%.c=%.o)
images = $(image_sources:$(int_dir)/%.bmp=$(data_dir)/%.img)