guowenxue
2022-04-10 55700cb8c1396f1ae88f69f219cf2cc0dfe515d5
modules/c/makefile
@@ -18,8 +18,9 @@
CFLAGS+=-I${PWD}
#CFLAGS+=-Wall -Werror
LDFLAGS+=-lwiringPi
LDFLAGS+=-lgpiod
LDFLAGS+=-lpthread
LDFLAGS+=-lm
VPATH= .
SRCS = $(wildcard ${VPATH}/*.c)