Commit f0fb5c01 authored by Sergey Lyubka's avatar Sergey Lyubka

Added unit_test.c dependency for unix_unit_test

parent a92aa3bf
......@@ -58,7 +58,7 @@ all:
mongoose.c: mod_lua.c mongoose.h Makefile
unix_unit_test: $(LUA_SOURCES) Makefile
unix_unit_test: $(LUA_SOURCES) Makefile ../test/unit_test.c
$(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