Skip to content

Commit

Permalink
fixed functionality after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Chanakya Thirumala Setty <[email protected]>
  • Loading branch information
Chanakya-TS committed Jul 24, 2023
1 parent 46a52cf commit 0c23023
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 @@ -9,7 +9,7 @@ external-generic:
( cd external-providers/generic-external-provider && go build -o generic-external-provider main.go)

golang-dependency-provider:
( cd external-providers/golang-dependency-provider && go build -o golang-dependency-provider main.go)
go build -o ./external-providers/golang-dependency-provider/golang-dependency-provider ./external-providers/golang-dependency-provider/main.go

deps:
go build -o konveyor-analyzer-dep ./cmd/dep/main.go
Expand Down

0 comments on commit 0c23023

Please sign in to comment.