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:
b8f2380
)
flag in makefile
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 22:28:44 +0000
(14:28 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 22:28:44 +0000
(14:28 -0800)
ch13/Makefile
patch
|
blob
|
history
diff --git
a/ch13/Makefile
b/ch13/Makefile
index
de8c5a9
..
bab9c93
100644
(file)
--- a/
ch13/Makefile
+++ b/
ch13/Makefile
@@
-1,7
+1,9
@@
.PHONY: build run stop
+FLAGS=--debug
+
build:
- ansible-container build
+ ansible-container
$(FLAGS)
build
run:
ansible-container run