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:
parent
d3499ecd9c
commit
60e673acba
@ -13,5 +13,8 @@ include $(deps)
|
||||
.%.d: %.cc
|
||||
$(CXX) $(CXXFLAGS) -MM $< -o $@
|
||||
|
||||
tags:
|
||||
ctags -R
|
||||
|
||||
clean :
|
||||
rm -f *.o .*.d kak tags
|
||||
|
Loading…
Reference in New Issue
Block a user