makefile
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:14:40 +0000 (20:14 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 15 Jan 2017 04:14:40 +0000 (20:14 -0800)
ch13/Makefile [new file with mode: 0644]

diff --git a/ch13/Makefile b/ch13/Makefile
new file mode 100644 (file)
index 0000000..abb8ce9
--- /dev/null
@@ -0,0 +1,7 @@
+.PHONY: build run
+
+build:
+       ansible-container build
+
+run:
+       ansible-container run