Browse Source

Remove broken example from Makefile (#9159)

* Remove broken example from Makefile

* Correct example in Vagrantfile
master
ridingqwerty 4 years ago
parent
commit
dae6f6b39b
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      Vagrantfile

+ 1
- 1
Makefile View File

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

+ 1
- 1
Vagrantfile View File

@@ -89,7 +89,7 @@ Vagrant.configure(2) do |config|

Examples:
make planck/rev4:default:dfu
make planck:default
make planck/rev4:default

EOT
end

Loading…
Cancel
Save