ui refactored

This commit is contained in:
devfix 2019-05-09 13:57:57 +02:00
parent 4364b39f63
commit 9ca804ec3d
6 changed files with 319 additions and 278 deletions

View file

@ -14,7 +14,7 @@ OBJ_CLI = cli.o
CFLAGS = -std=c++14 -O3 -Wall -Wextra
LDFLAGS = -lcurses -lpthread
OBJECTS_DRV = drv/usart.o drv/b15f.o drv/plottyfile.o drv/dot.o
OBJECTS_UI = ui/view.o ui/view_selection.o ui/view_promt.o ui/view_info.o ui/view_monitor.o
OBJECTS_UI = ui/view.o ui/view_selection.o ui/view_promt.o ui/view_info.o ui/view_monitor.o ui/ui.o
COMPILE = $(COMPILER_PATH) $(CFLAGS)