From: Lorin Hochstein Date: Sun, 12 Feb 2017 16:57:20 +0000 (-0800) Subject: add makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=8ed4d3969e2f65311a46cd37029a171eb3700311;p=ansiblebook.git add makefile --- diff --git a/ch12/packer/Makefile b/ch12/packer/Makefile new file mode 100644 index 0000000..c0ef464 --- /dev/null +++ b/ch12/packer/Makefile @@ -0,0 +1,5 @@ +.PHONY: build + +build: + packer build web.json +