summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-02-21 18:32:53 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-02-22 18:22:18 +0100
commit5b24b1474187807b46de2e4c4fb587bcdee4d1ea (patch)
tree013a4e592303d956e935969f1305695dada1edb3 /Makefile
parent341e65f7d51e7acc0bf73893317251adc4d23cb6 (diff)
downloadqtlocation-mapboxgl-5b24b1474187807b46de2e4c4fb587bcdee4d1ea.tar.gz
[build] use node-cmake 2.x
- Removes need to run `npm install` before invoking cmake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c0c495335f..0da2dc159e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,12 +47,7 @@ endif
.PHONY: default
default: test
-.NOTPARALLEL: node_modules
-node_modules: package.json
- npm install --ignore-scripts # Install dependencies but don't run our own install script.
-
BUILD_DEPS += Makefile
-BUILD_DEPS += node_modules
BUILD_DEPS += CMakeLists.txt
#### macOS targets ##############################################################