From 15bac4ecae2c5bc608dde04a31d68c6cd83965af Mon Sep 17 00:00:00 2001
From: Nao Pross <naopross@thearcway.org>
Date: Mon, 12 Feb 2018 22:16:13 +0100
Subject: Add tags recipe to generate ctags

---
 Makefile                  | 4 ++++
 src/main/headers/Tile.hpp | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

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 .
diff --git a/src/main/headers/Tile.hpp b/src/main/headers/Tile.hpp
index 919badc..88e7216 100644
--- a/src/main/headers/Tile.hpp
+++ b/src/main/headers/Tile.hpp
@@ -22,7 +22,6 @@ struct Tile
 
 private:
     Actor *_actor = nullptr;
-
 };
 
 #endif
-- 
cgit v1.2.1