From d361d6bec5d474bdd5649326681a05e270827ca5 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 14 Jan 2017 20:14:40 -0800 Subject: [PATCH] makefile --- ch13/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ch13/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 -- 2.44.0