From 1037ee54a65e6a4f0b1c5f00f77ed61fc6fcf4ac Mon Sep 17 00:00:00 2001 From: Allanis Date: Tue, 31 Dec 2013 07:22:33 +0000 Subject: [PATCH] [Add] Added another dependancy that will unlikely change. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 3eeab19..75a677f 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -113,7 +113,7 @@ lephisto: $(OBJS) lua: @if [ ! -e ../lib/lua/liblua.a ]; then make -C ../lib/lua a; fi -pack: ../src/pack.c ../utils/pack/main.c +pack: ../src/md5.c ../src/pack.c ../utils/pack/main.c @make -C ../utils/pack mksprite: ../utils/mkspr/main.c