aboutsummaryrefslogtreecommitdiff
path: root/xS
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-10-18 13:33:45 +0200
commit88d68c736b66e6fa345cba6216c34c66a103b73d (patch)
treef06c3de5a904e538a3e90f8b211c1ef2e6216f05 /xS
parent20b054d5fb9c189864f8e99e1d748fa18ecc7efd (diff)
downloadxK-88d68c736b66e6fa345cba6216c34c66a103b73d.tar.gz
xK-88d68c736b66e6fa345cba6216c34c66a103b73d.tar.xz
xK-88d68c736b66e6fa345cba6216c34c66a103b73d.zip
WIP: xAHEADmaster
Diffstat (limited to 'xS')
-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 > $@