From b60d20eb2f43b7aae69e32b30633dce645d3e690 Mon Sep 17 00:00:00 2001 From: maniarathi Date: Thu, 22 Apr 2021 18:00:00 -0700 Subject: [PATCH] Fix phony (#2173) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"