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-04 07:40:15 +0100
commit139a75b7d7bf6941176f56244d44ed5a5383ebf4 (patch)
tree849ba3a17758f31f16e544419e60386bfcaa3cda /xS/Makefile
parente73dbe91c42bb2653a61b8cb0db6cd96cd8013d8 (diff)
downloadxK-139a75b7d7bf6941176f56244d44ed5a5383ebf4.tar.gz
xK-139a75b7d7bf6941176f56244d44ed5a5383ebf4.tar.xz
xK-139a75b7d7bf6941176f56244d44ed5a5383ebf4.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 > $@