Skip to content

Commit

Permalink
Merge pull request #9 from amclain/rename-hardware-target
Browse files Browse the repository at this point in the history
Rename hardware target
  • Loading branch information
doughsay authored Apr 15, 2020
2 parents d968e21 + 58c525a commit e4f96a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Xebow.MixProject do

@app :xebow
@version "0.1.0"
@all_targets [:xebow_rpi0]
@all_targets [:keybow]

def project do
[
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule Xebow.MixProject do

# Dependencies for specific targets
{:xebow_rpi0,
github: "doughsay/xebow_rpi0", ref: "v1.10.2+xebow.2", runtime: false, targets: :xebow_rpi0}
github: "doughsay/xebow_rpi0", ref: "v1.10.2+xebow.2", runtime: false, targets: :keybow}
]
end

Expand Down

0 comments on commit e4f96a4

Please sign in to comment.