commit f686d3405b93e3377f8a07c15bfc2c4aa597f858
parent 0d355b3d22aca5e04b7d095de7d8a1315ec19324
Author: William Casarin <jb55@jb55.com>
Date: Thu, 18 Nov 2021 15:57:48 -0800
misc stuff
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.envrc b/.envrc
@@ -1,2 +1,3 @@
use nix
export PREFIX=$HOME
+export TODO_DIR=$PWD/todo
diff --git a/Makefile b/Makefile
@@ -26,7 +26,7 @@ $(BIN): viscal.c Makefile
$(CC) $(CFLAGS) -o $@ $<
tags:
- ctags *.{c,h} > $@
+ ctags *.c > $@
check: $(BIN)
echo "write tests!"