aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-01 13:54:05 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-01 13:54:05 +0200
commit9ae2c2e75fe0cbbc6cc8d792e2036ad1110f9834 (patch)
treee458b4e797a5c0ac0dda9234d6f7f2d50433aac6
parentFix syntax error in setup.cfg. (diff)
downloadmuppet-strings-9ae2c2e75fe0cbbc6cc8d792e2036ad1110f9834.tar.gz
muppet-strings-9ae2c2e75fe0cbbc6cc8d792e2036ad1110f9834.tar.xz
Add rule to update ctags file.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8cf57a..c7f5730 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 $^