From 086da0887369179bb6ae91f81cf90185500e6546 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 3 Mar 2021 18:56:55 +0100 Subject: [PATCH] pip simply makefile --- pip/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/makefile b/pip/makefile index 777ab3a..3f998f6 100644 --- a/pip/makefile +++ b/pip/makefile @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # -pip-publish: pip-sdist pip-upload pip-clean +pip-publish: pip-sdist pip-upload pip-sdist: ../cython/py_tdm_termite.pyx ../cython/tdm_termite.pxd ../cython/py_tdm_termite.cpp cp -v ../cython/py_tdm_termite.pyx ../cython/tdm_termite.pxd ./