split some things out

This commit is contained in:
2020-02-12 02:38:06 +02:00
parent fd45ff4019
commit e4bd49d3dc
5 changed files with 210 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
BIN := ke
OBJS := main.o abuf.o
OBJS := abuf.o erow.o main.o
LDFLAGS :=
CFLAGS := -pedantic -Wall -Werror -Wextra -O0 -std=c99 -g