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