fixed compilation errors

This commit is contained in:
2019-12-01 01:07:37 -07:00
parent 87db1f4d02
commit 340e08232e
4 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
OBJS=main.o sysinput.o log.o gpio.o msg_queue.o time_func.o
LIBS=
LIBS=-lpthread
upiwin: $(OBJS)
gcc -o upiwin $(OBJS) $(LIBS)