From 4c865a5169f71adc0b4d70bbbbd131466e5b72d0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 6 Jun 2014 20:25:17 -0700 Subject: [PATCH] Add `make dev` to make terraform dev bins --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 012e4a9ce4..1625c1594d 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ export CGO_CFLAGS CGO_LDFLAGS PATH default: test +dev: libucl + sh -c "$(CURDIR)/scripts/build.sh" + libucl: vendor/libucl/$(LIBUCL_NAME) test: libucl