Fix errors

This commit is contained in:
John Doty 2025-02-14 19:09:35 -08:00
parent 1aa85cc295
commit ed5baefd5d
2 changed files with 15 additions and 1 deletions

View file

@ -18,7 +18,7 @@ include lrparser.mk
wheel: dist/lrparsers-$(VERSION)-py3-none-any.whl
dist/lrparsers-$(VERSION).tar.gz dist/lrparsers-$(VERSION)-py3-none-any.whl: pyproject.toml $(PYTHON_SOURCES)
uv build --no-clean
uv build --offline #--no-clean
.PHONY: clean
clean: