From 0bb6c60e3177d9167c45b828187ce6658aea2144 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Mar 2010 13:15:29 +1100 Subject: build: added etags and ctags make targets --- source4/Makefile.waf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/Makefile.waf') diff --git a/source4/Makefile.waf b/source4/Makefile.waf index d2128b46af..e304540637 100644 --- a/source4/Makefile.waf +++ b/source4/Makefile.waf @@ -45,3 +45,9 @@ torture: all # this should do an install as well, once install is finished installcheck: test +etags: + $(WAF) etags + +ctags: + $(WAF) ctags + -- cgit