From ab4461e85a5f1c5335687027d793d1f099f396d9 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Tue, 9 Mar 2010 18:22:23 -0600 Subject: [PATCH] Added dependencies to 'tags' target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a87248c..5af3b51 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,5 @@ liburl.a: $(OBJS) clean: rm liburl.a $(OBJS) -tags: +tags: $(SRCS) ctags $(SRCS) -- 2.50.1