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-11-12 12:02:10 +0100 |
commit | 1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4 (patch) | |
tree | 829c2f701a0a8031c95bb65ee88957d407baec0d /xS/Makefile | |
parent | a64b1152a175a611ef879c2ceb2323f201f77dec (diff) | |
download | xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.gz xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.xz xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.zip |
Add a Fyne frontend for xC
It is fairly mediocre all around, but also generally usable,
natively covering mobile platforms.
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 > $@ |