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