From 56dba0cb59c2e4fff9b8b00a62c40906966f181a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 21 Mar 2016 16:07:45 +0100 Subject: Add thirdparty sources to 'tags' file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5770d17..3d312513 100644 --- a/Makefile +++ b/Makefile @@ -359,7 +359,7 @@ tarball: java: $(MAKE) -C platform/java -tags: $(shell find include source platform -name '*.[ch]') +tags: $(shell find include source platform thirdparty -name '*.[ch]') ctags $^ cscope.files: $(shell find include source platform -name '*.[ch]') -- cgit v1.2.3