mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-04 22:41:47 -05:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
|
|
smithy-publish-local:
|
|
cd codegen && ./gradlew publishToMavenLocal
|
|
|
|
smithy-build:
|
|
cd codegen && ./gradlew build
|
|
|
|
smithy-clean:
|
|
cd codegen && ./gradlew clean
|