From 60e673acba9f5e06d5a7520465b446b701e78e99 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 8 Sep 2011 14:28:42 +0000 Subject: [PATCH] Makefile: add rule for tags --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index becb8cad..05ce4f72 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,5 +13,8 @@ include $(deps) .%.d: %.cc $(CXX) $(CXXFLAGS) -MM $< -o $@ +tags: + ctags -R + clean : rm -f *.o .*.d kak tags