aboutsummaryrefslogtreecommitdiff
path: root/xS/Makefile
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-09-14 07:32:44 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-11-09 17:20:17 +0100
commitbb26887492a6ac5844b85f60b03fbefc34f529a4 (patch)
treedf98041ea4c00e8fb4d692891c410777614362da /xS/Makefile
parentdfe7675cbb8d02e14fe0a6c3a2ac93d48eb0c727 (diff)
downloadxK-bb26887492a6ac5844b85f60b03fbefc34f529a4.tar.gz
xK-bb26887492a6ac5844b85f60b03fbefc34f529a4.tar.xz
xK-bb26887492a6ac5844b85f60b03fbefc34f529a4.zip
WIP: xA
Diffstat (limited to 'xS/Makefile')
-rw-r--r--xS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xS/Makefile b/xS/Makefile
index 57927fa..770be13 100644
--- a/xS/Makefile
+++ b/xS/Makefile
@@ -5,7 +5,7 @@ AWK = env LC_ALL=C awk
outputs = xS xS-replies.go xS.1
all: $(outputs)
-xS: xS.go ../xK-version xS-replies.go
+xS: xS.go xS-replies.go ../xK-version
go build -ldflags "-X 'main.projectVersion=$$(cat ../xK-version)'" -o $@
xS-replies.go: xS-gen-replies.awk xS-replies
$(AWK) -f xS-gen-replies.awk xS-replies > $@