summaryrefslogtreecommitdiff
path: root/ARCHITECTURE.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-07-26 12:30:20 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-08-05 11:42:22 +0200
commite46b580c672e721a6222c83d3e8c111add18e4f2 (patch)
tree7396477582682b91161c85cba124a5d4dd3d2333 /ARCHITECTURE.md
parent2b590611991f94ecb464905a638730ba5408659b (diff)
downloadqtlocation-mapboxgl-e46b580c672e721a6222c83d3e8c111add18e4f2.tar.gz
[build] unify naming of Makefile targets
`make foo` just builds `make run-foo` builds and runs
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r--ARCHITECTURE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md
index 590ea97722..b3c44c62c9 100644
--- a/ARCHITECTURE.md
+++ b/ARCHITECTURE.md
@@ -18,7 +18,7 @@ The mapbox-gl-native build system uses a variety of tools.
## Make
-GNU Make and a master `Makefile` serves as the coordinating tool for all other build system tools. Most of your interaction with the build system will be via `make` commands. We aim to have a consistent pattern for make targets across platforms: for a given platform, e.g. `ios`, `make ios` builds a reasonable set of end products (though perhaps not all permutations of build options, which can be prohibitively expensive), and `make test-ios` runs a complete test suite for the platform.
+GNU Make and a master `Makefile` serves as the coordinating tool for all other build system tools. Most of your interaction with the build system will be via `make` commands. We aim to have a consistent pattern for make targets across platforms: for a given platform, e.g. `ios`, `make ios` builds a reasonable set of end products (though perhaps not all permutations of build options, which can be prohibitively expensive), and `make ios-test` runs a complete test suite for the platform.
## Git submodules