From 9ae2c2e75fe0cbbc6cc8d792e2036ad1110f9834 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Sat, 1 Jul 2023 13:54:05 +0200
Subject: [PATCH] Add rule to update ctags file.

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

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 $^
-- 
GitLab