From d5f302b88925a879d1d3a760b1e0c8aeaff7159c Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Thu, 22 Sep 2016 23:43:16 +0800 Subject: Include Java files when creating source tags. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83a2b741..f22ca880 100644 --- a/Makefile +++ b/Makefile @@ -392,7 +392,7 @@ tarball: java: $(MAKE) -C platform/java -tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh') +tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh' -or -name '*.java') $(TAGS_CMD) cscope.files: $(shell find include source platform -name '*.[ch]') -- cgit v1.2.3