mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
Makefile: Fix prerequisites
This commit is contained in:
parent
9e15d6c26e
commit
c4a282eba7
2
Makefile
2
Makefile
|
@ -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 $@
|
||||||
|
|
Loading…
Reference in a new issue