Browse Source

Start makefile.

mark_story 11 years ago
parent
commit
c46114c25b
1 changed files with 17 additions and 0 deletions
  1. 17 0
      Makefile

+ 17 - 0
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"