From 5c9cbf5ea152f501ae976e0e0b4ef5ee98afdfba Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 11 六月 2020 19:20:40 +0800
Subject: [PATCH] pdate

---
 service/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/service/Makefile b/service/Makefile
index 01f98fd..af5b61d 100644
--- a/service/Makefile
+++ b/service/Makefile
@@ -14,9 +14,11 @@
 PLATFORM=$(shell $(ROOT)/systype.sh)
 include $(ROOT)/Make.defines.$(PLATFORM)
 
-all: netdisk_service client test
+all: netdisk_service client test test_queue test_properties
 
-netdisk_service: $(ROOT)/device/hcnetdisk.c
+test_properties: properties_config.c
+
+netdisk_service: $(ROOT)/device/hcnetdisk.c login_store.c request_handler.c properties_config.c
 
 test: $(ROOT)/device/hcnetdisk.c
 

--
Gitblit v1.8.0