Commit 80db0485 authored by Sergey Lyubka's avatar Sergey Lyubka

Added more dependencies in test/Makefile

parent 382d1655
...@@ -10,7 +10,7 @@ all: $(PROG) ...@@ -10,7 +10,7 @@ all: $(PROG)
./$(PROG) ./$(PROG)
gcov -b $(PROG).c | egrep '^(File|Lines)' gcov -b $(PROG).c | egrep '^(File|Lines)'
$(PROG): $(SOURCES) Makefile $(PROG): $(SOURCES) Makefile ../mongoose.c clean
$(CC) -o $(PROG) $(SOURCES) $(CFLAGS) -ldl -lssl $(CC) -o $(PROG) $(SOURCES) $(CFLAGS) -ldl -lssl
win: win:
......
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