[dingus] Fix pdm build to not trash directory

This commit is contained in:
John Doty 2024-11-03 07:09:02 -08:00
parent 179405d849
commit bc57a75ca8

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)
pdm build
pdm build --no-clean
.PHONY: clean
clean: