summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84514b5d..b36078e4 100644
--- a/Makefile
+++ b/Makefile
@@ -310,7 +310,7 @@ tarball:
# --- Clean and Default ---
-tags: $(shell find include source -name '*.[ch]')
+tags: $(shell find include source platform -name '*.[ch]')
ctags $^
all: libs apps