From fac12bb4e8beaa4e14b77095fb9d395c8d7c415a Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 14 Sep 2024 07:32:44 +0200 Subject: WIP: xA --- xS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xS') 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 > $@ -- cgit v1.2.3-54-g00ecf