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 7ef3ba6 commit 5779ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rucio-dataset-monitoring/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION := $(shell git describe --tags)
flags := -ldflags="-s -w -X main.gitVersion=${VERSION}"
VERSION=`git describe --tags`
flags=-ldflags="-s -w -X main.gitVersion=${VERSION}"

all: build

Expand Down

0 comments on commit 5779ea3

Please sign in to comment.