mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
6 lines
110 B
Makefile
6 lines
110 B
Makefile
|
|
||
|
beta_offline_release:
|
||
|
flutter build apk --flavor beta -t lib/main_online.dart
|
||
|
|
||
|
.PHONY: beta_offline_release
|