Files
drstats/Makefile
T

6 lines
75 B
Makefile
Raw Normal View History

all: build
build:
pip install build
python -m build .
pip install -e .