mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Added mongoose.h to the mongoose.c dependancy
This commit is contained in:
parent
46e04e857c
commit
1e0b7054e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user