diff --git a/Makefile b/Makefile index 67d4520..aa7ad86 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,14 @@ ci-shellcheck: @git commit -am "shellcheck" @git push +## ======= +## Develop +## ======= + +dev-push: + @git add . + @git commit -am "Small fix" || true + @git push ## ==== ## Test