summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfredizzimo <fsundvik@gmail.com>2016-06-19 01:09:21 +0300
committerJack Humbert <jack.humb@gmail.com>2016-06-18 18:09:21 -0400
commit3f6fac4721c0f03dab7704b09329d720c85470ce (patch)
tree90c1b6b37749bff415fcf328dc536234ece7e600 /doc
parentdb32864ce7029d758f57729cc2f75e051a28d0a2 (diff)
Add quick version of the all-* makefile targets (#417)
Diffstat (limited to 'doc')
-rw-r--r--doc/BUILD_GUIDE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/BUILD_GUIDE.md b/doc/BUILD_GUIDE.md
index 505ba4de62..d7a1e2935e 100644
--- a/doc/BUILD_GUIDE.md
+++ b/doc/BUILD_GUIDE.md
@@ -67,6 +67,7 @@ Below is a list of the useful `make` commands in QMK:
* `make all-keyboards` - builds all keymaps for all keyboards and outputs status of each (use in root)
* `make all-keyboards-default` - builds all default keymaps for all keyboards and outputs status of each (use in root)
* `make all-keymaps [keyboard=<keyboard>]` - builds all of the keymaps for whatever keyboard folder you're in, or specified by `<keyboard>`
+* `make all-keyboards-quick`, `make all-keyboards-default-quick` and `make all-keymaps-quick [keyboard=<keyboard>]` - like the normal "make-all-*" commands, but they skip the clean steps
Other, less useful functionality: