summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-20 20:03:53 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-20 20:03:53 +0100
commitf36f586f6e66c7b9414f49524a7c565b7ccce4cc (patch)
tree032bd793dd15e57bc5da3b54a7c7d4efa3b837fc /wscript
parentf187e4a08ca777c6e3e5de8037d165f9eea262f2 (diff)
Add tags target.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index d0c8917..4fe7ff0 100644
--- a/wscript
+++ b/wscript
@@ -153,3 +153,6 @@ def create_version_cc(bld, version):
def post(ctx):
if ctx.cmd == 'install':
ctx.exec_command('/sbin/ldconfig')
+
+def tags(bld):
+ os.system('etags src/*.cc src/*.h')