added a tags target
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Feb 2004 07:48:20 +0000 (07:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Feb 2004 07:48:20 +0000 (07:48 +0000)
Makefile.in

index 4961d08..e772515 100644 (file)
@@ -33,6 +33,9 @@ $(LIB): ${OBJS}
        ar cru $@ ${OBJS}
        ${RANLIB} $@
 
+tags:
+       etags *.[ch]
+
 adig: adig.o $(LIB)
        ${CC} ${LDFLAGS} -o $@ adig.o $(LIB) ${LIBS}