Skip to content

Commit 9dedbe1

Browse files
authored
Add project-tools target to generate_sdks (#184)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 3050c7e commit 9dedbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tfgen:: install_plugins
6363
provider:: tfgen install_plugins # build the provider binary
6464
(cd provider && go build -o $(WORKING_DIR)/bin/${PROVIDER} -ldflags "-X ${PROJECT}/${VERSION_PATH}=${VERSION}" ${PROJECT}/${PROVIDER_PATH}/cmd/${PROVIDER})
6565

66-
generate_sdks:: install_plugins provider build_nodejs build_python build_go build_dotnet #build_java # build all the sdks
66+
generate_sdks:: project-tools install_plugins provider build_nodejs build_python build_go build_dotnet #build_java # build all the sdks
6767

6868
build_nodejs:: VERSION := $(shell pulumictl get version --language javascript)
6969
build_nodejs:: install_plugins tfgen # build the node sdk

0 commit comments

Comments
 (0)