aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)