add build targets
This commit is contained in:
@ -12,6 +12,9 @@ alias(
|
||||
go_library(
|
||||
name = "beornextract_lib",
|
||||
srcs = ["main.go"],
|
||||
importpath = "github.com/squk/lotr/beornextract",
|
||||
deps = ["@com_github_davecgh_go_spew//spew"],
|
||||
importpath = "github.com/squk/lotr/cmd/beornextract",
|
||||
deps = [
|
||||
"//cmd/beornextract/types",
|
||||
"@com_github_davecgh_go_spew//spew",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user