Skip to content

Commit

Permalink
improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Dec 31, 2024
1 parent 25d674b commit 9260da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ get-metadata:
subxt metadata --url http://localhost:9944 --allow-insecure --pallets OmniAccount,Teebag > parentchain/api-interface/artifacts/metadata.scale

.PHONY: generate-api-interface
generate-api-interface:
generate-api-interface: get-metadata
subxt codegen --file parentchain/api-interface/artifacts/metadata.scale | rustfmt > parentchain/api-interface/src/interface.rs

0 comments on commit 9260da4

Please sign in to comment.