Remove broken example from Makefile (#9159)

* Remove broken example from Makefile

* Correct example in Vagrantfile
This commit is contained in:
ridingqwerty
2020-05-21 15:33:20 -04:00
committed by Florian Didron
parent 9d4e1c2642
commit 3ecb3e1bae
2 changed files with 4 additions and 4 deletions

View File

@@ -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