summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-21 15:37:58 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-22 12:09:14 -0800
commitb60b6c47c0a13b98a0eee29e3b05eb4f9369012a (patch)
tree0f1a126a1210b20f1b64e349bb7883cb955cfdb8 /Makefile
parentab0efe5d00aaa7c468e9f398b1a098f0e89c4112 (diff)
downloadqtlocation-mapboxgl-b60b6c47c0a13b98a0eee29e3b05eb4f9369012a.tar.gz
[core] Merge SQLiteCache into the platform library
OfflineFileSource will depend on SQLite too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4b58df5892..95f4610d13 100644
--- a/Makefile
+++ b/Makefile
@@ -96,16 +96,16 @@ apackage: android-lib-mips
# Builds the Node.js library
.PHONY: node
-node: ; $(RUN) HTTP=none ASSET=none CACHE=none Makefile/node
+node: ; $(RUN) HTTP=none ASSET=none Makefile/node
.PHONY: Xcode/node
-Xcode/node: ; $(RUN) HTTP=none ASSET=none CACHE=none Xcode/node
+Xcode/node: ; $(RUN) HTTP=none ASSET=none Xcode/node
.PHONY: xnode
xnode: Xcode/node ; @open ./build/binding.xcodeproj
nproj:
- $(RUN) HTTP=none ASSET=none CACHE=none node/xproj
+ $(RUN) HTTP=none ASSET=none node/xproj
@open ./build/binding.xcodeproj
.PHONY: test