Skip to content
Snippets Groups Projects
Commit 80db0485 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Added more dependencies in test/Makefile

parent 382d1655
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment