mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
working prototype
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
.PHONY: clean all
|
||||
|
||||
all: crocgui.apk crocgui
|
||||
|
||||
crocgui.apk: main.go platforms_android.go AndroidManifest.xml
|
||||
fyne package -os android -appID com.github.howeyc.crocgui -icon logo.png
|
||||
|
||||
crocgui: main.go platforms-all.go
|
||||
go build
|
||||
|
||||
clean:
|
||||
go clean
|
||||
rm crocgui.apk
|
||||
Reference in New Issue
Block a user