diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-17 07:40:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-17 07:40:46 +0000 |
commit | 420bbd2e0888b476976923ec343a6bfd33b993c5 (patch) | |
tree | ff3aabc250ac871037887f73bd9a320d63d86a7a /ares | |
parent | d87981e4c1c85c2f20b471b8671cf2a96327fd94 (diff) |
'make all' also builds the demos
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ares/Makefile.in b/ares/Makefile.in index 9ba9ea6e7..e3aae69c0 100644 --- a/ares/Makefile.in +++ b/ares/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] |