Enhance build system by switching to Makefile

By switching to Makefile, parallel builds and single build are now
possible.

Examples:

  Parallel Build:
    make -j

  Single Build:
    make opus-darwin-x64

Also, since Makefile has a dependency change detection feature, the
build time is reduced significantly when there are only a few things that
change, Makefile will not rebuild everything unnecessarily.
This commit is contained in:
Lukas Herman
2020-12-17 23:05:08 -08:00
parent ad37c826b9
commit 0b1a19f343
22 changed files with 164 additions and 152 deletions
Binary file not shown.