From 360de0141baf065088fd1f3e9489ff45422bd426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 9 Dec 2022 22:26:50 +0100 Subject: Update make tags to work on BSD. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` -- cgit v1.2.3