RaspberrPi project source code
guowenxue
2024-05-27 2c971f2fcf6c6322a0ea584b2af4c3cef20d3d63
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}
@@ -63,4 +63,5 @@
   @for dir in ${SUBDIR} ; do if [ -e $${dir} ] ; then make clean -C $${dir}; fi; done
   @rm -f ${APP_NAME}
   @rm -f cscope.* tags
   @rm -f *.log *.db