Fix errors
This commit is contained in:
parent
1aa85cc295
commit
ed5baefd5d
2 changed files with 15 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue