From f343af92f08c255ca8b996e59106814733b97a00 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 07 Mar 2020 23:37:20 +0800
Subject: [PATCH] update socket_server_poll.c, fix bug

---
 ch7_library/src/makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ch7_library/src/makefile b/ch7_library/src/makefile
index 2305d13..f716fd4 100644
--- a/ch7_library/src/makefile
+++ b/ch7_library/src/makefile
@@ -27,7 +27,6 @@
 clear:
 	rm -f *.o
 
-clean: clean
+clean: clear
 	rm -f lib${LIBNAME}.* 
-
 

--
Gitblit v1.9.1