fixed compile errors and a segfault on exit

This commit is contained in:
2019-12-06 23:34:34 -07:00
parent 7b1c8dd5bb
commit 82ca8371e6
4 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
OBJS=main.o sysinput.o fbinit.o fbprimitive.o log.o gpio.o msg_queue.o time_func.o config.o splash.o
LIBS=-lbcm2835 -lpthread
CFLAGS=-g
upiwin: $(OBJS)
gcc -o upiwin $(OBJS) $(LIBS)