Skip to content
Snippets Groups Projects
Commit 803fb123 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a tags target

parent 97728f5b
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@ $(LIB): ${OBJS}
ar cru $@ ${OBJS}
${RANLIB} $@
tags:
etags *.[ch]
adig: adig.o $(LIB)
${CC} ${LDFLAGS} -o $@ adig.o $(LIB) ${LIBS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment