diff options
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 |