Build Janet on macOS and Unix-like systems
masterThe Makefile requires GNU-flavored make. Follow these steps to build, test, and install:
cd somewhere/my/projects/janet
make
make test
make repl
make installOptional: To install Spork or JPM from git, use make install-spork-git or make install-jpm-git.