From d7917836f19fe207fdae7d3ac2f697285002d0c3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Sep 2017 16:17:06 -0700 Subject: linux/Makefile - added interact target. --- linux/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index 798dcba27..4e8eeb00a 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -8,7 +8,11 @@ build: docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \ -v $(ARTIFACTS):/artifacts alpine-pandoc +interact: + docker run --env TREE=$(TREE) --env REVISION=$(REVISION) \ + -v $(ARTIFACTS):/artifacts -it alpine-pandoc bash + setup: docker pull alpine:edge -.PHONY: build setup +.PHONY: build setup interact -- cgit v1.2.3