diff --git a/Makefile b/Makefile index 9c0dba5..0028e85 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,12 @@ endif PUBLISH_REPO := "core/oc-deploy" PUBLISH_BRANCH := main +help: + @echo + @echo 'Usage:' + @echo ' make publish' + @echo ' make clean' + .PHONY: publish publish: @echo Publication de : ${OC_VERSION}