Skip to content

Makefile: work better with parallel make

Add some dependency information to the Makefile so that it doesn't fail if make is run with -j # (e.g. because MAKEFLAGS includes -j #).

Merge request reports