sdk/python: Remove obsolete message in Makefile.

This commit is contained in:
parazyd
2023-08-13 19:59:43 +02:00
parent 2483d088d6
commit bda805e5ff

View File

@@ -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