rime / plum

東風破 /plum/: Rime configuration manager and input schema repository
GNU Lesser General Public License v3.0
1.32k stars 122 forks source link

Makefile: make all-bin have some bug #29

Closed eatradish closed 2 years ago

eatradish commented 4 years ago

all-bin: all build in Makefile, but in fact, make will have the same priority for all and build in parallel working mode.

How to reproduce

make -j2 all-bin
FranklinYu commented 4 years ago

Do you mean that all depends on build? Then you should mark build as a dependency of all instead of manually calling $(MAKE).