I would like a sort of mini-make capability. I keep making libraries and copying them. I don't care about the disk space but I am having trouble with going back to older code and hand jamming the changes.
Would like something like:
include
Should just act as if the code is in-line. Just able to pull out of as many files as I have includes for.
@mjgpy3
I would like a sort of mini-make capability. I keep making libraries and copying them. I don't care about the disk space but I am having trouble with going back to older code and hand jamming the changes.
Would like something like:
include
Should just act as if the code is in-line. Just able to pull out of as many files as I have includes for.