Skip to content

Commit

Permalink
core: correct Makefile import path
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 8, 2016
1 parent 6ca1e6b commit c258b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ examples:

deps:
go get -d -v github.com/bmizerany/pat
go get -d -v gobot.io/x/go-ardrone/client
go get -d -v github.com/hybridgroup/go-ardrone/client
go get -d -v github.com/currantlabs/gatt
go get -d -v github.com/tarm/serial
go get -d -v github.com/veandco/go-sdl2/sdl
Expand Down

0 comments on commit c258b16

Please sign in to comment.