diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-03 13:40:29 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-03 13:40:29 +0530 |
commit | ef2af70a7cac398e3a58118b625ad412e983a887 (patch) | |
tree | 01247fe9b424429dbb03aed0dac03ea3ca62d7be | |
parent | 2fddbddd6555279765097da831fa8b11781b548e (diff) |
makefile
-rw-r--r-- | build-system/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-system/Makefile b/build-system/Makefile index 342f7c144..1ece8afdf 100644 --- a/build-system/Makefile +++ b/build-system/Makefile @@ -70,7 +70,7 @@ install: warn-noprefix else install_target = $(prefix)/lib/taler-wallet-cli .PHONY: install -install: # compile +install: compile 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 |