From 003ca690886dd179d00ca75449ce45fa787ab9e1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 21 Apr 2020 16:19:22 +0530 Subject: assume python3 is already checked to work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e48b38..6e4cf5c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/sh .PHONY: all all: - ./build-system/taler-build-scripts/sh/bin.sh/python.sh ./demo/template.py build + ./demo/template.py build .PHONY: clean clean: -- cgit v1.2.3