Commit 1e0b7054 authored by Sergey Lyubka's avatar Sergey Lyubka

Added mongoose.h to the mongoose.c dependancy

parent 46e04e85
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment