Skip to content

Commit

Permalink
docs: update in-code comments (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightChess authored Sep 10, 2024
1 parent f56603b commit 8209599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ setup: ## Setup the requirements
pip install "$(MATURIN_VERSION)"

.PHONY: build
build: setup ## Build Python binding of delta-rs
build: setup ## Build Python binding of hudi-rs
$(info --- Build Python binding ---)
maturin build $(MATURIN_EXTRA_ARGS)

.PHONY: develop
develop: setup ## Install Python binding of delta-rs
develop: setup ## Install Python binding of hudi-rs
$(info --- Develop with Python binding ---)
maturin develop --extras=devel,pandas $(MATURIN_EXTRA_ARGS)

Expand Down

0 comments on commit 8209599

Please sign in to comment.