Makefile常见错误解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop时间:2022-07-30 14:48:03最常见的可能是没有正确书写test1.o对应的源文件的路径。