第1关:Makefile初体验 本关任务:使用Makefile来管理编译源码,掌握Makefile的基本语法。 vim Add.c #include <stdio.h> int Add(int a, int b) { return a