notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 7ff6ca17ce0af2e89ae90adfb750a18e27d4e2b6
parent af39a3a5947ec8662ef5dcfb336c6d2b011e7118
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  6 Jul 2023 08:40:19 -0700

makefile for building tags

Diffstat:
AMakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,5 @@ + +tags: fake + find src -name '*.rs' | xargs ctags + +.PHONY: fake