summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-22 09:28:55 +1000
committerGitHub <noreply@github.com>2020-05-22 00:28:55 +0100
commit7ef2ea3d492f07a069b0dbbb2459d6b8149ddf29 (patch)
tree945df05d7e710e4e93fcee59bd6329eab1ecdcc6
parent9e4037465afe5a6e1888d4bf2a0b80fee9beed99 (diff)
Improve the Makefile message a bit more (#9161)0.8.182
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e22af59d51..0e57a72a0b 100644
--- a/Makefile
+++ b/Makefile
@@ -294,8 +294,8 @@ define PARSE_RULE
$$(info | QMK's make format recently changed to use folder locations and colons:)
$$(info | make project_folder:keymap[:target])
$$(info | Examples:)
- $$(info | make planck/rev4:default:dfu)
- $$(info | make planck/rev4:default)
+ $$(info | make dz60:default)
+ $$(info | make planck/rev6:default:flash)
$$(info |)
endif
endef