To design static lib, I am composing a make file, after that entire static libs are linked together by upper level make file. In different folders the project is made up, using these folders every static lib is designed, then processed towards global lib folder. I n these folders I possess a make file, in this make file I am facing a problem. For clearance I have mentioned it sub-make file here. Problem is this first time when I operate these all identical sub make-files, we found wild card empty that lengthen objs produced and 8bytes size output static lib is empty. In case of operating make file again everything operates ok without any modification. Here is one make file: https://www.theengineeringprojects.com/2021/10/how-to-setup-c-environment.html