summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-20 16:56:39 +0000
committerng0 <ng0@n0.is>2019-09-20 16:56:39 +0000
commitc97daf46fc0689fecde7a51dc42e25b8a8ce513f (patch)
treec783ee019d5af392935967e737814b50ce3b6c23 /Makefile
parent4021fc1cdc074d5dc04adfc7c51bfd5083d7ee82 (diff)
downloadwallet-core-c97daf46fc0689fecde7a51dc42e25b8a8ce513f.tar.gz
wallet-core-c97daf46fc0689fecde7a51dc42e25b8a8ce513f.tar.bz2
wallet-core-c97daf46fc0689fecde7a51dc42e25b8a8ce513f.zip
A first solution for #5899
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b33ac71bd..1e7d65e04 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ lint: tsc yarn-install
$(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
.PHONY: yarn-install
-yarn-install:
+yarn-install:
yarn install
@@ -83,7 +83,7 @@ else
.PHONY: install
install: tsc
@echo "installing to" $(prefix)
- npm install -g --prefix $(prefix) .
+ npm install -g --prefix $(prefix) .
endif
.PHONY: watch