ready to test GPIO code
This commit is contained in:
8
src/Makefile
Normal file
8
src/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
OBJS=main.o log.o gpio.o
|
||||
LIBS=
|
||||
|
||||
upiwin: $(OBJS)
|
||||
gcc -o upiwin $(OBJS) $(LIBS)
|
||||
|
||||
.c.o:
|
||||
gcc -c $(CFLAGS) $<
|
||||
Reference in New Issue
Block a user