diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-12 14:08:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-12 14:08:37 +0000 |
commit | 15d9d8b347596a60bf87941b9a3d0bf58d0fc9bc (patch) | |
tree | c360cfd6520cee211a849dd204234d32b4bc057c | |
parent | added a new build mode for c++14 (diff) | |
download | mutator-15d9d8b347596a60bf87941b9a3d0bf58d0fc9bc.tar.gz mutator-15d9d8b347596a60bf87941b9a3d0bf58d0fc9bc.zip |
added some macros for the ctags target
Diffstat (limited to '')
-rw-r--r-- | macros.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ #MACRO DEFINITIONS FOR MUTATOR BUILD CXX=clang++ + +SRCS=./mutator_aux.cpp ./mutator-lvl1.cpp ./mutator-lvl0.cpp ./mutator-lvl2.cpp ./mutator-lvl0.h ./mutator_aux.h ./daemon/mutatord.h ./daemon/mutatorclient.c ./daemon/mutatorclient.h ./daemon/daemon_aux.h ./daemon/daemon_aux.c ./daemon/mutatord.c ./daemon/mutatorserver.c ./daemon/mutatorserver.h + +CTAGS=ctags --c++-kinds=+p --fields=+iaS --extra=+q |