Skip to content

Commit 56d39c4

Browse files
committed
Add make build target
This adds target to build for local os
1 parent 3150ccf commit 56d39c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ TAGS := cp312-cp312
77
source:
88
python3 setup.py sdist
99

10+
build:
11+
python3 setup.py build
12+
1013
manylinux:
1114
docker run --rm -v $(PWD):/io -w /io quay.io/pypa/$(POLICY)_$(PLATFORM) \
1215
make build-wheels \

0 commit comments

Comments
 (0)