PIbd-31_Afanasev.S.S._Mobil.../makefile
Stepan 17d74c828b Всё проще чем я думал.
ЛАБА 7 СДАНА!!!!!!!!!
2024-12-12 16:20:42 +04:00

14 lines
366 B
Makefile

gen:
flutter pub run build_runner build --delete-conflicting-outputs
icon:
flutter pub run flutter_launcher_icons:main
init_res:
dart pub global activate flutter_assets_generator
format:
dart format . --line-length 100
res:
fgen --output lib/components/resources.g.dart --no-watch --no-preview; \
mingw32-make format
loc:
flutter gen-l10n
mingw32-make format