git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9a793
)
Update makefile
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 29 Jan 2017 05:39:30 +0000
(21:39 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 29 Jan 2017 05:39:30 +0000
(21:39 -0800)
ch13/Makefile
patch
|
blob
|
history
diff --git
a/ch13/Makefile
b/ch13/Makefile
index
7f95a8b
..
d505a28
100644
(file)
--- a/
ch13/Makefile
+++ b/
ch13/Makefile
@@
-1,4
+1,4
@@
-.PHONY: build run stop clean
+.PHONY: build
start
run stop clean
FLAGS=#--debug
@@
-8,6
+8,8
@@
build:
run:
ansible-container run
+start: run
+
stop:
ansible-container stop