summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--premake4.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 58fffa1..3c3814a 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -92,3 +92,7 @@ test.add_specific("signal", "test/signal_test.cpp", {
"engine/labelled.cpp",
"engine/task.cpp"
})
+
+--[[ other tools ]]--
+-- generate tags file for vim
+os.execute("if type ctags; then ctags -R --extra=f . ; fi")