Remove broken example from Makefile (#9159)
* Remove broken example from Makefile * Correct example in Vagrantfile
This commit is contained in:
committed by
Florian Didron
parent
9d4e1c2642
commit
3ecb3e1bae
4
Makefile
4
Makefile
@@ -292,8 +292,8 @@ define PARSE_RULE
|
|||||||
$$(info | QMK's make format recently changed to use folder locations and colons:)
|
$$(info | QMK's make format recently changed to use folder locations and colons:)
|
||||||
$$(info | make project_folder:keymap[:target])
|
$$(info | make project_folder:keymap[:target])
|
||||||
$$(info | Examples:)
|
$$(info | Examples:)
|
||||||
$$(info | make planck/rev4:default:dfu)
|
$$(info | make planck/ez:default:flash)
|
||||||
$$(info | make planck:default)
|
$$(info | make planck/ez:default)
|
||||||
$$(info |)
|
$$(info |)
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|||||||
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -86,8 +86,8 @@ Vagrant.configure(2) do |config|
|
|||||||
make <keyboard>:default
|
make <keyboard>:default
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
make planck/rev4:default:dfu
|
make planck/ez:default:flash
|
||||||
make planck:default
|
make planck/ez:default
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user