add Makefile

This commit is contained in:
2025-11-16 01:08:52 -06:00
parent 2725a71a20
commit c8448cef2c

32
Makefile Normal file
View File

@@ -0,0 +1,32 @@
install:
poetry install
run:
poetry run rns-flet-app
web:
poetry run rns-flet-app-web
android:
poetry run rns-flet-app-android
ios:
poetry run rns-flet-app-ios
build-linux:
poetry run flet build linux
build-windows:
poetry run flet build windows
build-macos:
poetry run flet build macos
build-apk:
poetry run flet build apk
build-aab:
poetry run flet build aab
build-ipa:
poetry run flet build ipa