1
0
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:
adnano 2021-01-19 18:57:00 -05:00
parent 22057adaf1
commit 6e8f7cfdaa

@ -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 $@