comparison 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
comparison
equal deleted inserted replaced
469:39b44ed32913 470:94ad26ab1689
1 all:: build 1 all:: build
2
2 build: 3 build:
3 python ../blatter/blatter/__init__.py blat 4 python ../blatter/blatter/__init__.py blat
4 5
5 deploy-ssh: 6 deploy-ssh:
6 ssh selenic 'cd /home/hg/www && hg pull -u' 7 ssh selenic 'cd /home/hg/www && hg pull -u'
8
7 deploy: 9 deploy:
8 cd /home/hg/www && hg pull -u 10 cd /home/hg/www && hg pull -u
11
9 serve: 12 serve:
10 python ../blatter/blatter/__init__.py serve 13 python ../blatter/blatter/__init__.py serve
14
11 .PHONY: build deploy-ssh deploy serve 15 .PHONY: build deploy-ssh deploy serve