mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
Added more dependencies in test/Makefile
This commit is contained in:
parent
382d165574
commit
80db048578
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user