Makefile:自动推导:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2016年6月8日 (星期三)

  • 当前之前 06:202016年6月8日 (三) 06:20imported>Soleverlee 222字节 +222 以“<source lang="make"> CC = gcc objects = mathApi.o main.o bin = hello.exe all:main main:$(objects) $(CC) -o $(bin) $(objects) .PHONY: clean clean:...”为内容创建页面