From 5d7095dbee6cb5f3852c1ae5d090293c75081222 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 14 Jan 2017 20:54:19 -0800 Subject: [PATCH] Add stop to makefile --- ch13/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.44.0