Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas committed Nov 9, 2023
1 parent 681db88 commit d455202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rucio-dataset-monitoring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vet:
go vet .

build:
go clean; rm -rf pkg rucio-dataset-monitoring*; go build ${flags}
go clean; rm -rf pkg rucio-dataset-monitoring*; go build -tags netgo ${flags}

install:
go install
Expand Down

0 comments on commit d455202

Please sign in to comment.