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:
c17d0e3
)
Add stop to makefile
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 04:54:19 +0000
(20:54 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 04:54:19 +0000
(20:54 -0800)
ch13/Makefile
patch
|
blob
|
history
diff --git
a/ch13/Makefile
b/ch13/Makefile
index
abb8ce9
..
de8c5a9
100644
(file)
--- a/
ch13/Makefile
+++ b/
ch13/Makefile
@@
-1,7
+1,10
@@
-.PHONY: build run
+.PHONY: build run
stop
build:
ansible-container build
run:
ansible-container run
+
+stop:
+ ansible-container stop