Add quick version of the all-* makefile targets (#417)
This commit is contained in:
parent
db32864ce7
commit
3f6fac4721
2 changed files with 16 additions and 7 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue