1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 07:15:52 +03:00

Makefile: add rule for tags

This commit is contained in:
Maxime Coste 2011-09-08 14:28:42 +00:00
parent d3499ecd9c
commit 60e673acba

View File

@ -13,5 +13,8 @@ include $(deps)
.%.d: %.cc
$(CXX) $(CXXFLAGS) -MM $< -o $@
tags:
ctags -R
clean :
rm -f *.o .*.d kak tags