From 80e6c7cfdbab45985cb7b8686766af52c896e80f Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期六, 13 六月 2020 15:32:56 +0800
Subject: [PATCH] update

---
 service/Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/service/Makefile b/service/Makefile
index 81cb258..67e9f73 100644
--- a/service/Makefile
+++ b/service/Makefile
@@ -14,15 +14,16 @@
 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

--
Gitblit v1.8.0