diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-09-14 07:32:44 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-10-18 13:33:45 +0200 |
commit | 88d68c736b66e6fa345cba6216c34c66a103b73d (patch) | |
tree | f06c3de5a904e538a3e90f8b211c1ef2e6216f05 /xS/Makefile | |
parent | 20b054d5fb9c189864f8e99e1d748fa18ecc7efd (diff) | |
download | xK-88d68c736b66e6fa345cba6216c34c66a103b73d.tar.gz xK-88d68c736b66e6fa345cba6216c34c66a103b73d.tar.xz xK-88d68c736b66e6fa345cba6216c34c66a103b73d.zip |
Diffstat (limited to 'xS/Makefile')
-rw-r--r-- | xS/Makefile | 2 |
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 > $@ |