Mercurial > hg-website
view Makefile @ 474:68ea82e8ff7c
downloads: add link to PPA for ubuntu/debian
author | heatherboo <heather.j.booker@gmail.com> |
---|---|
date | Sat, 25 Feb 2017 12:36:03 -0800 |
parents | f8cee73d5cf0 |
children |
line wrap: on
line source
all:: serve serve: .env HGWEBSITE_DEBUG=1 .env/bin/python hgwebsite.py .env: python -m virtualenv .env .env/bin/pip install flask .PHONY: build serve