diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-12 15:39:05 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-12 15:39:05 +0000 |
commit | 32c92e270da2e82d98c12c5f261376040e612ec8 (patch) | |
tree | fb79186464df4f98b20523157b8f48e1abdf0e5f | |
parent | added syncConnector Thread (diff) |
added ctags target to makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -147,3 +147,6 @@ clean: doxygen: doxygen Doxyfile +ctags: + ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . + |