summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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]')