Commit ef732da
committed
🤖 Simplify dist-mac: remove hardcoded -j2, use standard Make deps
Instead of forcing parallelism in Makefile with -j2, declare deps normally
and let caller control via 'make -j'. CI updated to use 'make -j dist-mac'.1 parent 9578b3d commit ef732da
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
| |||
0 commit comments