mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 10:09:18 +01:00
Bump version in Makefile
This commit is contained in:
parent
22057adaf1
commit
6e8f7cfdaa
3
Makefile
3
Makefile
@ -2,7 +2,7 @@
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .1 .1.scd
|
||||
|
||||
VERSION=0.0.0
|
||||
VERSION=0.1.0
|
||||
|
||||
PREFIX?=/usr/local
|
||||
BINDIR?=$(PREFIX)/bin
|
||||
@ -27,7 +27,6 @@ doc: $(DOCS)
|
||||
kiln: $(GOSRC)
|
||||
$(GO) build $(GOFLAGS) \
|
||||
-ldflags "-X main.Prefix=$(PREFIX) \
|
||||
-X main.ShareDir=$(SHAREDIR) \
|
||||
-X main.Version=$(VERSION)" \
|
||||
-o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user