From f6a19aa940d3d69175ad4dc0febf1bea2eb122c0 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 28 Jan 2017 21:39:30 -0800 Subject: [PATCH] Update makefile --- ch13/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ch13/Makefile b/ch13/Makefile index 7f95a8b..d505a28 100644 --- 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 -- 2.44.0