some changes to Makefiles and added top-level Makefile
This commit is contained in:
@@ -2,6 +2,8 @@ OBJS=main.o sysinput.o fbinit.o fbprimitive.o log.o gpio.o msg_queue.o time_func
|
||||
LIBS=-lbcm2835 -lpthread
|
||||
CFLAGS=-g -O -DDEBUG_ASSERT
|
||||
|
||||
all: upiwin
|
||||
|
||||
upiwin: $(OBJS)
|
||||
gcc -o upiwin $(OBJS) $(LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user