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 5779ea3 commit 681db88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rucio-dataset-monitoring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ flags=-ldflags="-s -w -X main.gitVersion=${VERSION}"
all: build

vet:
go vet .
go vet .

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

install:
go install
go install

clean:
go clean; rm -rf pkg
go clean; rm -rf pkg

0 comments on commit 681db88

Please sign in to comment.