summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-22 16:42:29 +0000
committerng0 <ng0@n0.is>2019-10-22 16:42:29 +0000
commit864d5d97f6b60c07c0b42afedc89a4ecdfc9150d (patch)
tree913717d20823078cb775482fb7861e2f4e54167e
parentc39e22facdc7a51ddeea52a76baaee789774b56e (diff)
downloadlanding-864d5d97f6b60c07c0b42afedc89a4ecdfc9150d.tar.gz
landing-864d5d97f6b60c07c0b42afedc89a4ecdfc9150d.tar.bz2
landing-864d5d97f6b60c07c0b42afedc89a4ecdfc9150d.zip
use python.sh wrapper
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e4cf5c..8e48b38 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL = /bin/sh
.PHONY: all
all:
- ./demo/template.py build
+ ./build-system/taler-build-scripts/sh/bin.sh/python.sh ./demo/template.py build
.PHONY: clean
clean: