From 3f6fac4721c0f03dab7704b09329d720c85470ce Mon Sep 17 00:00:00 2001 From: fredizzimo Date: Sun, 19 Jun 2016 01:09:21 +0300 Subject: Add quick version of the all-* makefile targets (#417) --- doc/BUILD_GUIDE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/BUILD_GUIDE.md') 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: * `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=]` - builds all of the keymaps for whatever keyboard folder you're in, or specified by `` +* `make all-keyboards-quick`, `make all-keyboards-default-quick` and `make all-keymaps-quick [keyboard=]` - like the normal "make-all-*" commands, but they skip the clean steps Other, less useful functionality: -- cgit v1.2.3-24-g4f1b