OBJS=main.o sysinput.o log.o gpio.o msg_queue.o time_func.o
LIBS=
upiwin: $(OBJS)
gcc -o upiwin $(OBJS) $(LIBS)
.c.o:
gcc -c $(CFLAGS) $<