Browse Source

Remove broken example from Makefile (#9159)

* Remove broken example from Makefile

* Correct example in Vagrantfile
pull/9161/head 0.8.180
ridingqwerty 3 years ago
committed by GitHub
parent
commit
dae6f6b39b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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