Mercurial > hg-website
changeset 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 | 39b44ed32913 |
children | d910d5ce9b0b |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Dec 08 13:48:48 2016 +0530 +++ b/Makefile Fri Dec 23 10:53:32 2016 -0500 @@ -1,11 +1,15 @@ 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