From 68826376ee5f47783c644c6604f4411ec747cd7e Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 14 Nov 2025 23:52:16 +0800
Subject: [PATCH] Add UDP DNS client source code

---
 project/1.packet/openlibs/makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/project/1.packet/openlibs/makefile b/project/1.packet/openlibs/makefile
new file mode 100644
index 0000000..475cdc9
--- /dev/null
+++ b/project/1.packet/openlibs/makefile
@@ -0,0 +1,6 @@
+all:
+	cd cjson && ./build.sh
+
+clean:
+	cd cjson && rm -rf c*
+	rm -rf install

--
Gitblit v1.9.1