Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Fix dependency error that broke 'make -j'
There was a mistake in the LuaJIT dependency that would cause a parallel make to build. (It would expect to find the LuaJIT Makefile while asynchronously cloning the repo.) Fixes #471.
- Loading branch information