aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-12 22:16:13 +0100
committerNao Pross <naopross@thearcway.org>2018-02-12 22:16:13 +0100
commit15bac4ecae2c5bc608dde04a31d68c6cd83965af (patch)
tree6750252162a5cd70719616aa948da81750a68def /Makefile
parentAdd inventory and item types headers (diff)
downloadSubconscious-old-15bac4ecae2c5bc608dde04a31d68c6cd83965af.tar.gz
Subconscious-old-15bac4ecae2c5bc608dde04a31d68c6cd83965af.zip
Add tags recipe to generate ctags
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a512699..c831b2b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,7 @@ cpp:
runcpp: cpp
./build/exe/main/main
+
+
+tags:
+ ctags --extra=+f --exclude=src/main/java -R .