Skip to content

Commit

Permalink
Makefile: only set PROGRAM_VERSION if its unset
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Jul 23, 2024
1 parent b7e0cb7 commit e8b90da
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 @@ -3,7 +3,7 @@ GO=go
GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION)
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
PROGRAM=thalos-server
PROGRAM_VERSION=1.1.4
PROGRAM_VERSION ?= 1.1.4
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
CFGDIR=$(PREFIX)/etc/thalos
Expand Down

0 comments on commit e8b90da

Please sign in to comment.