diff --git a/Makefile b/Makefile index fce18758af2..a61d7f3dde1 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install:: install-includes TAGS: tags -all:: tags +all:: tags: find $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools) -name '*.cpp' -o -name '*.h' | $(ETAGS) $(ETAGSFLAGS) -