diff options
author | Florian Dold <florian@dold.me> | 2023-01-04 14:19:54 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-04 14:19:54 +0100 |
commit | 860aff83e16808d5b67d1c72565b91111ed6e39d (patch) | |
tree | 7fa7b33a7d0a1cf69adde5d597769a7e1a0e52c6 | |
parent | 60374078f4e41e9398607628d8b33b74bb3431aa (diff) |
-missing step in make install
-rw-r--r-- | packages/taler-harness/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-harness/Makefile b/packages/taler-harness/Makefile index 85c146641..8bbca5831 100644 --- a/packages/taler-harness/Makefile +++ b/packages/taler-harness/Makefile @@ -18,6 +18,7 @@ install_target = $(prefix)/lib/taler-harness .PHONY: install install-nodeps install: pnpm install --frozen-lockfile --filter @gnu-taler/taler-harness... + ./build.mjs install -d $(prefix)/bin install -d $(install_target)/bin install -d $(install_target)/node_modules/taler-harness |