diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |