From: Lorin Hochstein Date: Sun, 29 Jan 2017 05:39:30 +0000 (-0800) Subject: Update makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=f6a19aa940d3d69175ad4dc0febf1bea2eb122c0;p=ansiblebook.git Update makefile --- 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