Add a Fyne frontend for xC
It is fairly mediocre all around, but also generally usable, natively covering mobile platforms.
This commit is contained in:
@@ -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 > $@
|
||||
|
||||
Reference in New Issue
Block a user