File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -282,9 +282,9 @@ int main(int argc, const char **argv) {
282
282
}
283
283
}
284
284
} else if (subcommand == " update" ) {
285
- if (n_targets != 0 ) {
285
+ if (n_targets != 1 ) {
286
286
cerr << " [chump]: " << TC::blue (subcommand, TRUE )
287
- << TC::orange (" does not support subcommands ..." , TRUE ) << endl;
287
+ << TC::orange (" requires additional argument ..." , TRUE ) << endl;
288
288
cerr << " (run `chump --help` for more information)" << endl;
289
289
return 1 ;
290
290
}
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ build-mac-arm64: setup-mac-arm64
33
33
install :
34
34
meson install -C builddir-release
35
35
36
+ install-mac :
37
+ meson install -C builddir-arm64
38
+
36
39
coverage : build-debug
37
40
ninja coverage -C builddir-debug
38
41
You can’t perform that action at this time.
0 commit comments