CC = c89 CFLAGS = -L libdir module1.o : module1.c $(CC) -c $(CFLAGS) ... The second line creates a macro named CFLAGS, which contains the options you want ...
確定! 回上一頁