Skip to content

Commit

Permalink
sdk/python: Remove obsolete message in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Aug 13, 2023
1 parent 2483d08 commit bda805e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sdk/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ MATURIN = maturin

all:
$(MATURIN) build --release
@echo "You can install this wheel with make install"

dev:
$(MATURIN) develop --release

.PHONY: all
.PHONY: all dev

0 comments on commit bda805e

Please sign in to comment.