follow RSS-Redirects and parse new location
[mygpo-feedservice.git] / makefile
bloba4de596c644c413c179714b68be0093eef271ce6
1 PYTHON=python2.5
2 APPENGINE_SDK=google_appengine
3 APPDIR=feedservice
6 runserver:
7 ${PYTHON} ${APPENGINE_SDK}/dev_appserver.py ${APPDIR}
9 deploy:
10 ${PYTHON} ${APPENGINE_SDK}/appcfg.py update ${APPDIR}
12 .PHONY: runserver deploy