diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2019-08-07 21:41:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-07 21:41:45 +0000 |
commit | a642f3becd14462123691a637a6fe4835a9b945e (patch) | |
tree | ec5d5af4952e7d45435c4414fc394b956363a42f /src | |
parent | b75115b0678a1034ffc1d1c8fee40c7f5b995c97 (diff) | |
parent | 7eb4e8b297aafa89f401b88e70d8fe3c90ae99ac (diff) |
Merge "Add top level make"
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 00000000..38397c81 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,11 @@ +build: + $(MAKE) -C k8splugin build + +deploy: + $(MAKE) -C k8splugin deploy + +all: + $(MAKE) -C k8splugin all + +clean: + $(MAKE) -C k8splugin clean
\ No newline at end of file |