summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
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 8d3bba43..36a981a9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,21 +3,25 @@ build:
$(MAKE) -C k8splugin build
$(MAKE) -C orchestrator build
$(MAKE) -C ncm build
+ $(MAKE) -C dcm build
deploy:
$(MAKE) -C monitor deploy
$(MAKE) -C k8splugin deploy
$(MAKE) -C orchestrator deploy
$(MAKE) -C ncm deploy
+ $(MAKE) -C dcm deploy
all:
$(MAKE) -C monitor all
$(MAKE) -C k8splugin all
$(MAKE) -C orchestrator all
$(MAKE) -C ncm all
+ $(MAKE) -C dcm all
clean:
$(MAKE) -C monitor clean
$(MAKE) -C k8splugin clean
$(MAKE) -C orchestrator clean
$(MAKE) -C ncm clean
+ $(MAKE) -C dcm clean