pt2-clone
pt2-clone copied to clipboard
Improve build for Linux using Makefile
While there is already cmake and also several make-linux.sh scripts, it should be best to use a Makefile, autoconf or another solution to allow user to customize the builds if needed, rather than defining hard-coded checks.
Changes:
- Migrate
make-linux.shtoMakefile - Define script
make-macos.shas executable in repo