diff --git a/Makefile b/Makefile index 462466fb20..073eb4b749 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ export CGO_CFLAGS CGO_LDFLAGS PATH default: test dev: libucl - sh -c "$(CURDIR)/scripts/build.sh" + @sh -c "$(CURDIR)/scripts/build.sh" libucl: vendor/libucl/$(LIBUCL_NAME)