1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-06-08 08:16:09 +02:00

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:
scdoc < $< > $@
kiln: *.go go.mod go.sum config.toml templates/*
kiln: *.go go.mod go.sum config.toml templates/_default/*
$(GO) build $(GOFLAGS) \
-ldflags "-X main.Version=$(VERSION)" \
-o $@