xA: add a Makefile rule for Android

This commit is contained in:
2025-11-03 17:53:50 +01:00
parent 99c95edd57
commit 5c41eab9d7
2 changed files with 3 additions and 0 deletions

View File

@@ -32,5 +32,7 @@ proto.go: $(tools)/lxdrgen.awk $(tools)/lxdrgen-go.awk ../xC.lxdr
xA: xA.go ../xK-version $(generated)
go build -ldflags "-X 'main.projectVersion=$$(cat ../xK-version)'" -o $@ \
-gcflags=all="-N -l"
xA.apk: $(generated)
fyne package -os android
clean:
rm -f $(outputs)