RaspberrPi project source code
Guo Wenxue
2023-09-08 bffa2be267ab1fdafbc6c9348df053e477e63f49
project/socketd/makefile
@@ -40,7 +40,7 @@
LDFLAGS+=-lpthread
# sub-directory need to entry and compile
SUBDIR=${SRCS} sqlite
SUBDIR=sqlite ${SRCS}
all: entry subdir
   ${CROSS_COMPILE}gcc ${CFLAGS} sock_client.c -o sock_client ${LDFLAGS}