hi everyone
i have a simple OS which has its own makefile to built its floppy as output and the the picoc (a tiny c compiler) which also has its own Makefile to built its own executable output file.
now i want to move this picoc to my os which means i should move all the files to my os and built the app inside my os files and make the OS and get one output as floppy which has the picoc included . now i have no idea how to merge these two makefiles together ? (im not good at makefiles at all) .
i appreciate any help on how should i merge the makefiles .