diff --git a/Makefile b/Makefile index 3c55b8cf..243a9119 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ build: vendor snapshot: @echo "✓ Building dev snapshot" - @goreleaser build --snapshot --clean --single-target + @go build -o .databricks/databricks vendor: @echo "✓ Filling vendor folder with library code ..."