viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit 7eae2429abfc82f2f113c0e64e91681c325ee418
parent 698ded4b59401732c671bb6a7b51dcd04e3f1858
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  4 Jan 2021 12:21:22 -0800

simplify tags

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -25,8 +25,8 @@ tags: TAGS $(BIN): viscal.c Makefile $(CC) $(CFLAGS) -o $@ $< -TAGS: - ./scripts/mktags libical > $@ +tags: + ctags *.{c,h} > $@ check: $(BIN) echo "write tests!"