diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-21 15:37:58 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-22 12:09:14 -0800 |
commit | b60b6c47c0a13b98a0eee29e3b05eb4f9369012a (patch) | |
tree | 0f1a126a1210b20f1b64e349bb7883cb955cfdb8 /Makefile | |
parent | ab0efe5d00aaa7c468e9f398b1a098f0e89c4112 (diff) | |
download | qtlocation-mapboxgl-b60b6c47c0a13b98a0eee29e3b05eb4f9369012a.tar.gz |
[core] Merge SQLiteCache into the platform library
OfflineFileSource will depend on SQLite too.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |