Add `make dev` to make terraform dev bins

pull/5/head
Mitchell Hashimoto 12 years ago
parent 54f3ff33b9
commit 4c865a5169

@ -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

Loading…
Cancel
Save