fix make tags

This commit is contained in:
Maxime Coste 2012-10-10 22:44:06 +02:00
parent 8de754e2e9
commit 2cdebe01d3

View File

@ -16,5 +16,7 @@ kak : $(objects)
tags:
ctags -R
clean :
clean:
rm -f *.o .*.d kak tags
.PHONY: tags