robocar-tools/vendor/github.com/aws/smithy-go/Makefile

10 lines
160 B
Makefile

smithy-publish-local:
cd codegen && ./gradlew publishToMavenLocal
smithy-build:
cd codegen && ./gradlew build
smithy-clean:
cd codegen && ./gradlew clean