aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-11-28 22:11:34 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-11-28 22:11:34 +0100
commit3d9d4a1e6fab31b234001c1ea36ef00385eae82e (patch)
treec055ed409bf8d7b34336ea73cbca0672dda19b45 /Makefile
parentFix search page. (diff)
downloadmu4web-3d9d4a1e6fab31b234001c1ea36ef00385eae82e.tar.gz
mu4web-3d9d4a1e6fab31b234001c1ea36ef00385eae82e.tar.xz
Add makefile for ctags file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..de2338a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: tags
+
+tags:
+ ctags `find -type f -name \*.py `