onedrive icon indicating copy to clipboard operation
onedrive copied to clipboard

Add rule to create object file in Makefile

Open JC-comp opened this issue 1 year ago • 1 comments

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

JC-comp avatar Jan 25 '24 11:01 JC-comp

Will hold on this one for a while, until the niggling issues with 'alpha-5' are better sorted.

abraunegg avatar Jan 26 '24 23:01 abraunegg