split some things out

This commit is contained in:
2020-02-12 02:38:06 +02:00
parent 135166c4c2
commit a897623c26
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