mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Added more dependencies in test/Makefile
This commit is contained in:
parent
382d165574
commit
80db048578
@ -10,7 +10,7 @@ all: $(PROG)
|
||||
./$(PROG)
|
||||
gcov -b $(PROG).c | egrep '^(File|Lines)'
|
||||
|
||||
$(PROG): $(SOURCES) Makefile
|
||||
$(PROG): $(SOURCES) Makefile ../mongoose.c clean
|
||||
$(CC) -o $(PROG) $(SOURCES) $(CFLAGS) -ldl -lssl
|
||||
|
||||
win:
|
||||
|
Loading…
Reference in New Issue
Block a user