SimpleCloudNotifier/flutter/Makefile

15 lines
217 B
Makefile
Raw Normal View History

2024-05-25 18:09:39 +02:00
run:
dart run build_runner build
flutter run
2024-05-25 21:36:05 +02:00
test:
dart analyze
2024-05-25 18:09:39 +02:00
gen:
dart run build_runner build
2024-05-31 23:21:24 +02:00
autoreload:
@# run `make run` in another terminal (or another variant of flutter run)
@_utils/autoreload.sh