From c4150670d35e36457ff5f793accae615627e55c8 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Thu, 5 Apr 2018 11:54:20 -0700 Subject: renaming folder to match go executable Renaming folder from smsquorum to quorumclient Added quorumclient build as part of the makefile Will upload another patch in ci-management that will call the new parent makefile Issue-ID: AAF-213 Change-Id: Ib85ac6b9dc454fc1447cf2221a555d7a7552efa5 Signed-off-by: Kiran Kamineni --- sms-service/src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sms-service/src/Makefile') diff --git a/sms-service/src/Makefile b/sms-service/src/Makefile index 4091a3e..6569ec1 100644 --- a/sms-service/src/Makefile +++ b/sms-service/src/Makefile @@ -1,5 +1,7 @@ build: $(MAKE) -C sms build + $(MAKE) -C quorumclient build deploy: - $(MAKE) -C sms deploy \ No newline at end of file + $(MAKE) -C sms deploy + $(MAKE) -C quorumclient deploy \ No newline at end of file -- cgit 1.2.3-korg