aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-12-09 22:26:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-12-09 22:26:50 +0100
commit360de0141baf065088fd1f3e9489ff45422bd426 (patch)
tree8fa804254c4a526be21a03cec1deb3aa69008f8a
parentMinor cleanups. (diff)
downloadmu4web-360de0141baf065088fd1f3e9489ff45422bd426.tar.gz
mu4web-360de0141baf065088fd1f3e9489ff45422bd426.tar.xz
Update make tags to work on BSD.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de2338a..b615b65 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
.PHONY: tags
tags:
- ctags `find -type f -name \*.py `
+ ctags `find mu4web -type f -name \*.py `