Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
Testing Projects
Hg Website Imported
Commits
94ad26ab1689
Commit
94ad26ab
authored
Dec 23, 2016
by
durin42
Browse files
Makefile: add extra blank lines between rule for readability
parent
39b44ed32913
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
94ad26ab
all
::
build
build
:
python ../blatter/blatter/__init__.py blat
deploy-ssh
:
ssh selenic
'cd /home/hg/www && hg pull -u'
...
...
@@ -2,7 +3,8 @@
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
...
...
@@ -7,4 +9,5 @@
deploy
:
cd
/home/hg/www
&&
hg pull
-u
serve
:
python ../blatter/blatter/__init__.py serve
...
...
@@ -9,3 +12,4 @@
serve
:
python ../blatter/blatter/__init__.py serve
.PHONY
:
build deploy-ssh deploy serve
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment