diff --git a/Makefile b/Makefile index b8cf57ab437c8928dff3ff7aef41ff2198057c6d..c7f57301233713256751468480ed7eff890150c3 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,6 @@ clean: static-src/style.css: $(MAKE) -C $(dir $@) $(notdir $@) + +tags: $(shell find muppet -type f -name '*.py') + ctags $^