Skip to content

Commit

Permalink
Start makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 22, 2014
1 parent 1232fd7 commit c46114c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Makefile
@@ -0,0 +1,17 @@
.PHONY: help

VERSION="unset"

help:
@echo "CakePHP Makefile"
@echo "================"
@echo ""
@echo "release"
@echo " Create a new release of CakePHP. Requires the VERSION parameter."
@echo " Packages up a new app skeleton tarball and uploads it to github."
@echo ""
@echo "test"
@echo " Run the tests for CakePHP."
@echo ""
@echo "bump-version"
@echo " Bumps the version to VERSION"

0 comments on commit c46114c

Please sign in to comment.