aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c26027c..9879e18 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,10 @@ tags:
etags `find . -name "*.c" -o -name "*.cpp" -o -name "*.h"`
@echo "Made TAGS file for EMACS code browsing"
+ctags:
+ ctags-exuberant -R .
+ @echo "Made tags file for VIM code browsing"
+
$(BUILD_PATH):
mkdir -p build