diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 07:48:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 07:48:20 +0000 |
commit | 803fb123cb3bfc7f54b638300dc03e58b5fc8d59 (patch) | |
tree | a67020c4b07cdd009e7701c63ccdbe25299f0ae3 /ares | |
parent | 97728f5b1c80e286b29c5dbd392ef12538641902 (diff) |
added a tags target
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/Makefile.in b/ares/Makefile.in index 4961d080b..e7725156a 100644 --- a/ares/Makefile.in +++ b/ares/Makefile.in @@ -33,6 +33,9 @@ $(LIB): ${OBJS} ar cru $@ ${OBJS} ${RANLIB} $@ +tags: + etags *.[ch] + adig: adig.o $(LIB) ${CC} ${LDFLAGS} -o $@ adig.o $(LIB) ${LIBS} |