Skip to content

Commit

Permalink
chore(Makefile): polymorph Rust with make polymorph_code_gen (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila authored Nov 22, 2024
1 parent 94c3aa1 commit c06e2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmithyDafnyMakefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ _polymorph_code_gen: OUTPUT_DOTNET=\
$(if $(DIR_STRUCTURE_V2), --output-dotnet $(LIBRARY_ROOT)/runtimes/net/Generated/$(SERVICE)/, --output-dotnet $(LIBRARY_ROOT)/runtimes/net/Generated/)
_polymorph_code_gen: OUTPUT_JAVA=--output-java $(LIBRARY_ROOT)/runtimes/java/src/main/smithy-generated
_polymorph_code_gen: OUTPUT_JAVA_TEST=--output-java-test $(LIBRARY_ROOT)/runtimes/java/src/test/smithy-generated
_polymorph_code_gen: OUTPUT_RUST=--output-rust $(LIBRARY_ROOT)/runtimes/rust
_polymorph_code_gen: _polymorph

check_polymorph_diff:
Expand Down

0 comments on commit c06e2c0

Please sign in to comment.