Makefile: add "tags" to .PHONY targets

It could depend on $(shell git ls-files), but it's not worth the
overhead to get this list then always.
This commit is contained in:
Daniel Hahler 2015-07-11 22:50:11 +02:00
parent d4c7a7ce04
commit a7b281294c
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ distclean:
$(MAKE) -C ${builddir} $@ $(MAKE) -C ${builddir} $@
$(and $(filter clean,$@),$(RM) $(BUILDLN) $(TARGETS)) $(and $(filter clean,$@),$(RM) $(BUILDLN) $(TARGETS))
.PHONY: cmake-build cmake install distclean $(BUILDLN) .PHONY: cmake-build cmake install distclean $(BUILDLN) tags