Mercurial > hg-website
view Makefile @ 488:7eaad1ed8c74
who: remove OpenJDK
They unfortunately moved to GitHub.
https://openjdk.java.net/jeps/369
author | David Demelier <markand@malikania.fr> |
---|---|
date | Sat, 25 Jul 2020 10:10:56 +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