Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Makefile to not compile the same code 3 times
Currently, nift code is compiled 3 times: - When building object files - When building nift binary (object files are not used as sources are passed to the linker) - When building nsm binary So pass object files to the linker and only call it once, then create hardlink on installation.
- Loading branch information