diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-20 20:03:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-20 20:03:53 +0100 |
| commit | f36f586f6e66c7b9414f49524a7c565b7ccce4cc (patch) | |
| tree | 032bd793dd15e57bc5da3b54a7c7d4efa3b837fc /wscript | |
| parent | f187e4a08ca777c6e3e5de8037d165f9eea262f2 (diff) | |
Add tags target.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
