commit e6688c9a5a3754d9161cdd74e0c66098d4feb0ca parent 87bf139e699c2493b3242e3d7472acb2cf2683f6 Author: William Casarin <jb55@jb55.com> Date: Sun, 7 Apr 2024 13:25:53 -0700 lazy tags helper Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
A | Makefile | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,6 @@ + +tags: fake + find src *.rs | xargs ctags + + +.PHONY: fake