diff --git a/Makefile b/Makefile index 1dd2ba44..0241742e 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ pydist: build cd $(BUILDDIR); python setup.py sdist -d ../dist @echo "done" -.PHONY: pydist +.PHONY: pydist-czi-hosted pydist-czi-hosted: build-czi-hosted cd $(BUILDDIR); python setup.py sdist -d ../dist @echo "done"