From 101f2af9e0cfc7c7665a2d54611b5ba9f7ab10d7 Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 27 Jul 2018 16:20:50 -0500 Subject: [PATCH] Add a 'drupalbox' target to the makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 894ad8c..1489ea2 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,5 @@ virtualbox: vmware: $(PACKER) $(PACKER_BUILD) -only=vmware-iso -var-file=drupalbox/ubuntu.json drupalbox/drupalbox.json + +drupalbox: virtualbox