mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
10 lines
160 B
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
|