summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-03 13:40:29 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-03 13:40:29 +0530
commitef2af70a7cac398e3a58118b625ad412e983a887 (patch)
tree01247fe9b424429dbb03aed0dac03ea3ca62d7be /build-system
parent2fddbddd6555279765097da831fa8b11781b548e (diff)
downloadwallet-core-ef2af70a7cac398e3a58118b625ad412e983a887.tar.gz
wallet-core-ef2af70a7cac398e3a58118b625ad412e983a887.tar.bz2
wallet-core-ef2af70a7cac398e3a58118b625ad412e983a887.zip
makefile
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile2
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