From 9b2d472b92665ab6afac8dcca9683c759b3fbb8a Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 30 六月 2020 17:41:41 +0800
Subject: [PATCH] update

---
 service/Makefile |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/service/Makefile b/service/Makefile
index 81cb258..0d94dca 100644
--- a/service/Makefile
+++ b/service/Makefile
@@ -14,19 +14,22 @@
 LDLIBS += -ljsoncpp  -lnng  -lpthread
 
 INCLUDE += -I$(ROOT)/device/include
-LIB_NETDISK = $(ROOT)/libnetdisk.a
-DLIB_NETDISK = $(ROOT)/libnetdisk.so
+#LIB_NETDISK = $(ROOT)/libnetdisk.a
+#DLIB_NETDISK = $(ROOT)/libnetdisk.so
 PLATFORM=$(shell $(ROOT)/systype.sh)
 include $(ROOT)/Make.defines.$(PLATFORM)
 
  
 PROGS = netdisk_service test_client test test_queue test_properties
 
-all: $(PROGS)
+
+build: $(PROGS)
 
 
 netdisk_service: $(ROOT)/device/hcnetdisk.c $(ROOT)/device/netdisk_factory.c login_store.c request_handler.c properties_config.c
 
+test_client: test_client.c properties_config.c
+
 test: $(ROOT)/device/hcnetdisk.c
 
 test_properties: properties_config.c

--
Gitblit v1.8.0