Makefile: Fix prerequisites

This commit is contained in:
adnano 2021-05-21 16:59:20 -04:00
parent 9e15d6c26e
commit c4a282eba7

View file

@ -22,7 +22,7 @@ docs: docs/kiln.1
.1.scd.1: .1.scd.1:
scdoc < $< > $@ scdoc < $< > $@
kiln: *.go go.mod go.sum config.toml templates/* kiln: *.go go.mod go.sum config.toml templates/_default/*
$(GO) build $(GOFLAGS) \ $(GO) build $(GOFLAGS) \
-ldflags "-X main.Version=$(VERSION)" \ -ldflags "-X main.Version=$(VERSION)" \
-o $@ -o $@