flutter_elinux/Makefile

17 lines
439 B
Makefile
Raw Permalink Normal View History

2024-03-09 14:29:48 +01:00
release:
flutter pub global run flutterpi_tool build --arch=arm64 --cpu=pi4 --release
profile:
flutter pub global run flutterpi_tool build --arch=arm64 --cpu=pi4 --profile
sync-release:
rsync -a ./build/flutter_assets/ fabian@raspberrypi:/home/fabian/release
sync-profile:
rsync -a ./build/flutter_assets/ fabian@raspberrypi:/home/fabian/profile
stop:
ssh -o BatchMode=no fabian@raspberrypi pkill flutter-pi
dep-graph:
layerlens