# Makefile to simplify some common AppEngine actions. # Use 'make help' for a list of commands. PYTHON=`which python2.5` DEV_APPSERVER=$(PYTHON) `which dev_appserver.py` APPCFG=$(PYTHON) `which appcfg.py` PORT=8080 default: help help: @echo "Available commands:" @sed -n '/^[a-zA-Z0-9_.]*:/s/:.*//p'