diff options
-rw-r--r-- | build-system/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile index 4a2d51e3d..82c32c4f2 100644 --- a/build-system/Makefile +++ b/build-system/Makefile @@ -75,6 +75,7 @@ else install_target = $(prefix)/lib/taler-wallet-cli .PHONY: install install: compile + install -d $(install_target)/bin install -d $(install_target)/node_modules/taler-wallet-cli install -d $(install_target)/node_modules/taler-wallet-cli/bin install -d $(install_target)/node_modules/taler-wallet-cli/dist |