diff options
| author | fredizzimo <fsundvik@gmail.com> | 2016-06-19 01:09:21 +0300 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-18 18:09:21 -0400 |
| commit | 3f6fac4721c0f03dab7704b09329d720c85470ce (patch) | |
| tree | 90c1b6b37749bff415fcf328dc536234ece7e600 /doc | |
| parent | db32864ce7029d758f57729cc2f75e051a28d0a2 (diff) | |
| download | qmk_firmware-3f6fac4721c0f03dab7704b09329d720c85470ce.tar.gz qmk_firmware-3f6fac4721c0f03dab7704b09329d720c85470ce.zip | |
Add quick version of the all-* makefile targets (#417)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/BUILD_GUIDE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/BUILD_GUIDE.md b/doc/BUILD_GUIDE.md index 505ba4de6..d7a1e2935 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: | |||
| 67 | * `make all-keyboards` - builds all keymaps for all keyboards and outputs status of each (use in root) | 67 | * `make all-keyboards` - builds all keymaps for all keyboards and outputs status of each (use in root) |
| 68 | * `make all-keyboards-default` - builds all default keymaps for all keyboards and outputs status of each (use in root) | 68 | * `make all-keyboards-default` - builds all default keymaps for all keyboards and outputs status of each (use in root) |
| 69 | * `make all-keymaps [keyboard=<keyboard>]` - builds all of the keymaps for whatever keyboard folder you're in, or specified by `<keyboard>` | 69 | * `make all-keymaps [keyboard=<keyboard>]` - builds all of the keymaps for whatever keyboard folder you're in, or specified by `<keyboard>` |
| 70 | * `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 | ||
| 70 | 71 | ||
| 71 | Other, less useful functionality: | 72 | Other, less useful functionality: |
| 72 | 73 | ||
