Mercurial > hg-website
view Makefile @ 470:94ad26ab1689
Makefile: add extra blank lines between rule for readability
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 23 Dec 2016 10:53:32 -0500 |
parents | 89c7ce3d2ffe |
children | d910d5ce9b0b |
line wrap: on
line source
all:: build build: python ../blatter/blatter/__init__.py blat deploy-ssh: ssh selenic 'cd /home/hg/www && hg pull -u' deploy: cd /home/hg/www && hg pull -u serve: python ../blatter/blatter/__init__.py serve .PHONY: build deploy-ssh deploy serve