From: Lorin Hochstein Date: Sun, 15 Jan 2017 04:14:40 +0000 (-0800) Subject: makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=d361d6bec5d474bdd5649326681a05e270827ca5;p=ansiblebook.git makefile --- diff --git a/ch13/Makefile b/ch13/Makefile new file mode 100644 index 0000000..abb8ce9 --- /dev/null +++ b/ch13/Makefile @@ -0,0 +1,7 @@ +.PHONY: build run + +build: + ansible-container build + +run: + ansible-container run