Initial testing

This commit is contained in:
Lauren Toivanen 2024-09-27 00:10:37 +03:00
commit f5f8521642
Signed by: jt
GPG key ID: 9151B109B73ECAD5
7 changed files with 734 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
apk:
ANDROID_NDK_HOME=/opt/android-sdk/ndk/21.4.7075529/ ~/go/bin/fyne package --os android -appID us.jakest.snuffler
build:
go build .
run:
go run .