From bffa2be267ab1fdafbc6c9348df053e477e63f49 Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Fri, 08 Sep 2023 11:18:24 +0800
Subject: [PATCH] update socketd project and test okay
---
project/socketd/makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/project/socketd/makefile b/project/socketd/makefile
index 4036f46..e5c07c7 100644
--- a/project/socketd/makefile
+++ b/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}
--
Gitblit v1.9.1