diff --git a/CNV/Makefile b/CNV/Makefile new file mode 100644 index 0000000..c17958e --- /dev/null +++ b/CNV/Makefile @@ -0,0 +1,11 @@ +.PHONY: default all deploy upgrade + +default: deploy + +all: deploy + +deploy: + ./cnv-2.1.0.sh + +upgrade: + ./cnv-upgrade.sh diff --git a/OCS/Makefile b/OCS/Makefile new file mode 100644 index 0000000..4314769 --- /dev/null +++ b/OCS/Makefile @@ -0,0 +1,8 @@ +.PHONY: default all deploy + +default: deploy + +all: deploy + +deploy: + ./customize-ocs.sh