aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2020-04-14 21:23:12 +0000
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2020-05-04 16:50:44 +0000
commit501d62d194a42c5c85f22d8208a4e1dd6d985492 (patch)
treeafa48001f0093c6463efc3b9941b959651a5dd2a /src/Makefile
parent2ccdeb2e6eeda78e214fa55fee4e3057e89f54c4 (diff)
Directory structure, build and dockerfile for resource sync microservice
Issue-ID: MULTICLOUD-1005 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> Change-Id: I22cbb8512d4ce0d5b9ce6d20a1b99e3e570db405
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 36a981a9..456678cb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,6 +4,7 @@ build:
$(MAKE) -C orchestrator build
$(MAKE) -C ncm build
$(MAKE) -C dcm build
+ $(MAKE) -C rsync build
deploy:
$(MAKE) -C monitor deploy
@@ -11,6 +12,7 @@ deploy:
$(MAKE) -C orchestrator deploy
$(MAKE) -C ncm deploy
$(MAKE) -C dcm deploy
+ $(MAKE) -C rsync deploy
all:
$(MAKE) -C monitor all
@@ -18,6 +20,7 @@ all:
$(MAKE) -C orchestrator all
$(MAKE) -C ncm all
$(MAKE) -C dcm all
+ $(MAKE) -C rsync all
clean:
$(MAKE) -C monitor clean
@@ -25,3 +28,4 @@ clean:
$(MAKE) -C orchestrator clean
$(MAKE) -C ncm clean
$(MAKE) -C dcm clean
+ $(MAKE) -C rsync clean