mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
only build adig and ahost if 'make demos' is used
This commit is contained in:
parent
09aa165942
commit
dc659ec736
@ -27,7 +27,9 @@ OBJS= ares__close_sockets.o ares__get_hostent.o ares__read_line.o \
|
||||
ares_parse_ptr_reply.o ares_process.o ares_query.o ares_search.o \
|
||||
ares_send.o ares_strerror.o ares_timeout.o ares_version.o
|
||||
|
||||
all: $(LIB) adig ahost
|
||||
all: $(LIB)
|
||||
|
||||
demos: adig ahost
|
||||
|
||||
$(LIB): ${OBJS}
|
||||
ar cru $@ ${OBJS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user