diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d91b8bd0..68e82f97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,8 @@ EXTRA_DIST = \ check: cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 + +tags: + ctags -a lib/libalpm/*.[ch] + ctags -a lib/libftp/*.[ch] + ctags -a src/pacman/*.[ch] |