diff --git a/Makefile b/Makefile index ec93ffe..27fc435 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ prepare: git-commit: git pull --autostash git add src Makefile - git commit -m "$(COMMIT_MSG)" + git commit -m "$(COMMIT_MSG)" && git push || return copy-static-files: prepare rsync -a --partial --delete --no-p --no-o --no-g --out-format="Copy: %f => www/" $(STATIC_FILES) www/