Skip to content
Snippets Groups Projects

Makefile: work better with parallel make

  1. May 02, 2017
    • David Turner's avatar
      Makefile: Disable parallel make · 7fe07938
      David Turner authored
      Disable parallel make, because the Makefile is written funny. Now it
      won't fail if make is run with -j # (e.g. because MAKEFLAGS includes
      -j #).
      7fe07938
Loading