TUI pretty much works

This commit is contained in:
2021-08-28 01:43:33 +10:00
parent 5d65153dae
commit fb42d58fd1
4 changed files with 212 additions and 60 deletions

View File

@ -1,5 +1,5 @@
TARGET = qtimer
LIBS = -lm -lncurses -luiohook
LIBS = -lm -luiohook
CC = gcc
CFLAGS = -g -Wall