onedrive
onedrive copied to clipboard
Add rule to create object file in Makefile
This pull request enhance the build process by introducing object file creation. This facilitates more modular approach, allowing for individual compilation of source files before linking to speed up compiling time.
Changes - Added rules to the Makefile for creating object files - Rename file/import name to match module name
Will hold on this one for a while, until the niggling issues with 'alpha-5' are better sorted.