summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.builds.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.builds.in b/Makefile.builds.in
index 3f5b93b03..83183e4a3 100644
--- a/Makefile.builds.in
+++ b/Makefile.builds.in
@@ -91,6 +91,12 @@ check test units regress: all
regress%: all
(cd $(CURRENT_BUILD)/test && $(MAKE) $@)
+TAGS tags:
+ (cd $(CURRENT_BUILD) && $(MAKE) $@)
+ ln -sf $(CURRENT_BUILD)/TAGS .
+
+.PHONY: TAGS tags
+
# any other target than the default doesn't do the extra stuff above
%:
(cd $(CURRENT_BUILD) && $(MAKE) $@)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback