Update Makefile

This commit is contained in:
2025-11-23 11:02:29 -06:00
parent 48e47bd0bd
commit 06e6b55ecc

View File

@@ -9,13 +9,13 @@ DOCKER_BUILD_LOAD := $(shell docker buildx version >/dev/null 2>&1 && echo "dock
all: build all: build
build: clean build: clean
python3 setup.py sdist bdist_wheel python3 -m build
sdist: sdist:
python3 setup.py sdist python3 -m build --sdist
wheel: wheel:
python3 setup.py bdist_wheel python3 -m build --wheel
clean: clean:
rm -rf build dist *.egg-info rm -rf build dist *.egg-info