Closed LudovicRousseau closed 7 years ago
The default target does not depend on the two targets "clean" and "dmg". The default target depends on "clean" first then "dmg" after targets.
The code broke when "make --jobs" is used and the 2 targets are executed simultaneously.
Also use "$(MAKE)" instead of "make" as documented in https://www.gnu.org/software/make/manual/make.html#MAKE-Variable
Indeed, thanks.
The default target does not depend on the two targets "clean" and "dmg". The default target depends on "clean" first then "dmg" after targets.
The code broke when "make --jobs" is used and the 2 targets are executed simultaneously.
Also use "$(MAKE)" instead of "make" as documented in https://www.gnu.org/software/make/manual/make.html#MAKE-Variable