1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

'make all' also builds the demos

This commit is contained in:
Daniel Stenberg 2004-02-17 07:40:46 +00:00
parent d87981e4c1
commit 420bbd2e08

View File

@ -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_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 ares_send.o ares_strerror.o ares_timeout.o ares_version.o
all: $(LIB)
demos: adig ahost
$(LIB): ${OBJS} $(LIB): ${OBJS}
ar cru $@ ${OBJS} ar cru $@ ${OBJS}
${RANLIB} $@ ${RANLIB} $@
all: $(LIB) demos
demos: adig ahost
tags: tags:
etags *.[ch] etags *.[ch]