From 602442ecedf17800cddfdae188b05b40345cb011 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 12 六月 2020 12:08:46 +0800
Subject: [PATCH] version

---
 service/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/service/Makefile b/service/Makefile
index 2e70b29..9fa2483 100644
--- a/service/Makefile
+++ b/service/Makefile
@@ -14,14 +14,15 @@
 PLATFORM=$(shell $(ROOT)/systype.sh)
 include $(ROOT)/Make.defines.$(PLATFORM)
 
-all: netdisk_service client test test_queue test_properties
+all: netdisk_service test_client test test_queue test_properties
 
-test_properties: properties_config.c
 
 netdisk_service: $(ROOT)/device/hcnetdisk.c $(ROOT)/device/netdisk_factory.c login_store.c request_handler.c properties_config.c
 
 test: $(ROOT)/device/hcnetdisk.c
 
+test_properties: properties_config.c
+
 clean:
 	rm -f test *.o a.out core temp.* *.a *.so
 

--
Gitblit v1.8.0