summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorridingqwerty <george.g.koenig@gmail.com>2020-05-21 15:33:20 -0400
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit3ecb3e1bae61af97f17cdde034558a260c8d0bbb (patch)
treefbcc93e0013da3c30443a11a4643a34805292068 /Makefile
parent9d4e1c2642a217dd4890c6d3d5fca70572011f31 (diff)
Remove broken example from Makefile (#9159)
* Remove broken example from Makefile * Correct example in Vagrantfile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd480e438c..8b2099a217 100644
--- a/Makefile
+++ b/Makefile
@@ -292,8 +292,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:default)
+ $$(info | make planck/ez:default:flash)
+ $$(info | make planck/ez:default)
$$(info |)
endif
endef