Skip to content

Commit

Permalink
Remove broken example from Makefile (qmk#9159)
Browse files Browse the repository at this point in the history
* Remove broken example from Makefile

* Correct example in Vagrantfile
  • Loading branch information
ridingqwerty authored and sowbug committed May 24, 2020
1 parent 787e036 commit eaa5a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ define PARSE_RULE
$$(info | make project_folder:keymap[:target])
$$(info | Examples:)
$$(info | make planck/rev4:default:dfu)
$$(info | make planck:default)
$$(info | make planck/rev4:default)
$$(info |)
endif
endef
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Vagrant.configure(2) do |config|
Examples:
make planck/rev4:default:dfu
make planck:default
make planck/rev4:default
EOT
end

0 comments on commit eaa5a66

Please sign in to comment.