.PHONY: commit push commit: git add . git commit -m "Commit message" push: commit git push