From: Lorin Hochstein Date: Sun, 15 Jan 2017 04:54:19 +0000 (-0800) Subject: Add stop to makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=5d7095dbee6cb5f3852c1ae5d090293c75081222;p=ansiblebook.git Add stop to makefile --- diff --git a/ch13/Makefile b/ch13/Makefile index abb8ce9..de8c5a9 100644 --- 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