add makefile
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 12 Feb 2017 16:57:20 +0000 (08:57 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 12 Feb 2017 16:57:20 +0000 (08:57 -0800)
ch12/packer/Makefile [new file with mode: 0644]

diff --git a/ch12/packer/Makefile b/ch12/packer/Makefile
new file mode 100644 (file)
index 0000000..c0ef464
--- /dev/null
@@ -0,0 +1,5 @@
+.PHONY: build
+
+build:
+       packer build web.json
+