From c5e9e88eb8c6039cd2a4d2b3fdae0b1e3d8aea40 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 12 Mar 2024 17:19:23 +0800
Subject: [PATCH] Update sht20 source code, add both ioctl and read/write API support

---
 project/socketd/makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/project/socketd/makefile b/project/socketd/makefile
index e5c07c7..0ff2b49 100644
--- a/project/socketd/makefile
+++ b/project/socketd/makefile
@@ -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
 

--
Gitblit v1.9.1