softplayer-web/Makefile

5 lines
84 B
Makefile
Raw Normal View History

2024-03-27 21:07:53 +00:00
format:
dart format $$(find . -type f -name '*.dart')
fix:
dart fix ./lib --apply