commit cffde32a08c441727d674ad463bf6137a521b239 parent bd3e5ba6293e882c1609b66342ec09ed462cec06 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 20 Feb 2017 18:48:37 +0100 Makefile for pytaler Diffstat:
| A | Python/Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Python/Makefile b/Python/Makefile @@ -0,0 +1,2 @@ +all: + pip3 install . --install-option="--prefix=$(TALER_PREFIX)"