drstats/Makefile

6 lines
75 B
Makefile
Raw Normal View History

2024-11-23 18:56:52 +00:00
all: build
build:
pip install build
python -m build .
pip install -e .