'make all' also builds the demos

pull/1/head
Daniel Stenberg 21 years ago
parent 438444b72f
commit 4eddbaddfd
  1. 8
      Makefile.in

@ -27,14 +27,14 @@ 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)
demos: adig ahost
$(LIB): ${OBJS}
ar cru $@ ${OBJS}
${RANLIB} $@
all: $(LIB) demos
demos: adig ahost
tags:
etags *.[ch]

Loading…
Cancel
Save