more updates

This commit is contained in:
2020-02-12 17:11:32 -08:00
parent c584777662
commit 3f9a95287a
3 changed files with 68 additions and 10 deletions

View File

@@ -29,4 +29,8 @@ keypress: keypress.c
install: $(BIN)
install -C $(BIN) $(HOME)/bin/
.PHONY: cloc
cloc:
cloc main.c defs.h abuf.c erow.c
%.o: %.c