Skip to content

Commit f9f3273

Browse files
Merge pull request #1262 from zino-hofmann/macros/path_make
make: add target for `client` & `flutter`
2 parents d12e832 + 2ed16ca commit f9f3273

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ default: analyze check
77

88
dep:
99
dart pub global activate melos;
10-
#dart pub global activate spec_cli;
1110
dart pub global activate changelog_cmd;
1211
$(CC) bootstrap
1312

@@ -20,6 +19,10 @@ fmt:
2019
analyze: fmt
2120
$(CC) run analyze --no-select
2221

22+
client: ci_check_client ci_fmt_client
23+
24+
flutter: ci_check_flutter ci_fmt_flutter
25+
2326
ci_check_flutter:
2427
$(CC) run flutter_test --no-select
2528

0 commit comments

Comments
 (0)