reorganising and screen clearing and whatnot

This commit is contained in:
2020-02-07 23:44:33 -08:00
parent 38a85b745e
commit 334d32193f
7 changed files with 117 additions and 36 deletions

View File

@@ -1,5 +1,9 @@
BIN := ke
OBJS := main.o terminal.o util.o
OBJS := main.o \
display.o \
keys.o \
terminal.o \
util.o
LDFLAGS := -static
CFLAGS := -pedantic -Wall -Werror -Wextra -O2 -std=c99