Mercurial > hg-website
view Makefile @ 480:6f3cfd6dcc28
downloads: replace yum with dnf for fedora instructions
author | David Demelier <markand@malikania.fr> |
---|---|
date | Mon, 03 Jul 2017 08:18:57 +0200 |
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