Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Oct 6, 2024
1 parent 58b5a98 commit 0320598
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ swagger:
api/json-schema/schema.json: api/openapi-spec/swagger.json hack/json-schema/main.go
go run ./hack/json-schema

.PHONY: rustgen
rustgen:
$(MAKE) --directory rust/numaflow-models generate

.PHONY: codegen
codegen:
./hack/generate-proto.sh
Expand All @@ -227,7 +223,7 @@ codegen:
$(MAKE) manifests
rm -rf ./vendor
go mod tidy
$(MAKE) rustgen
$(MAKE) --directory rust/numaflow-models generate

clean:
-rm -rf ${CURRENT_DIR}/dist
Expand Down

0 comments on commit 0320598

Please sign in to comment.