From a7b281294c390c555c373315ddabc3389e78f7e2 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 11 Jul 2015 22:50:11 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16327a47..6cfeaa67 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,4 @@ distclean: $(MAKE) -C ${builddir} $@ $(and $(filter clean,$@),$(RM) $(BUILDLN) $(TARGETS)) -.PHONY: cmake-build cmake install distclean $(BUILDLN) +.PHONY: cmake-build cmake install distclean $(BUILDLN) tags