drstats/Makefile
2024-11-23 19:56:52 +01:00

6 lines
75 B
Makefile

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