Update makefile
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 29 Jan 2017 05:39:30 +0000 (21:39 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 29 Jan 2017 05:39:30 +0000 (21:39 -0800)
ch13/Makefile

index 7f95a8b..d505a28 100644 (file)
@@ -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