New version. Fixed package.

This commit is contained in:
2024-12-02 12:02:33 +01:00
parent 66e0e8aa4c
commit e94292cf6f
15 changed files with 58 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
PYTHON=.venv/bin/python
PIP=.venv/bin/pip
all: build
ensure_env:
-@python3 -m venv .venv
build: ensure_env
$(PIP) install -e .
$(PIP) install build
$(PIP) install shed
$(PYTHON) -m shed
$(PYTHON) -m build