Added mongoose.h to the mongoose.c dependancy

This commit is contained in:
Sergey Lyubka 2013-09-24 11:23:51 +01:00
parent 46e04e857c
commit 1e0b7054e6

View File

@ -56,7 +56,7 @@ endif
all:
@echo "make (unix|windows|macos)"
mongoose.c: mod_lua.c
mongoose.c: mod_lua.c mongoose.h Makefile
unix_unit_test: $(LUA_SOURCES) Makefile
$(CC) ../test/unit_test.c lua_5.2.1.c -o $@ $(CFLAGS) -g -O0