Add stop to makefile
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:54:19 +0000 (20:54 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:54:19 +0000 (20:54 -0800)
ch13/Makefile

index abb8ce9..de8c5a9 100644 (file)
@@ -1,7 +1,10 @@
-.PHONY: build run
+.PHONY: build run stop
 
 build:
        ansible-container build
 
 run:
        ansible-container run
+
+stop:
+       ansible-container stop