aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92e60843e..035c385e9 100644
--- a/Makefile
+++ b/Makefile
@@ -105,3 +105,9 @@ lint:
install: compile
@echo Please run \'make install\' from one of the directories in packages/\'
+
+# Install taler-wallet-cli and taler-harness
+install-tools:
+ pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-cli... --filter @gnu-taler/taler-harness...
+ make -C packages/taler-wallet-cli install-nodeps
+ make -C packages/taler-harness install-nodeps