6 lines
75 B
Makefile
6 lines
75 B
Makefile
all: build
|
|
|
|
build:
|
|
pip install build
|
|
python -m build .
|
|
pip install -e .
|