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:
parent
d4c7a7ce04
commit
a7b281294c
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue