SimpleCloudNotifier/flutter/Makefile
2024-06-08 14:16:07 +02:00

18 lines
241 B
Makefile

run:
dart run build_runner build
flutter run
test:
dart analyze
fix:
dart fix --apply
gen:
dart run build_runner build
autoreload:
@# run `make run` in another terminal (or another variant of flutter run)
@_utils/autoreload.sh