SUSTech-Thesis icon indicating copy to clipboard operation
SUSTech-Thesis copied to clipboard

Makefile 使用

Open VianLee opened this issue 5 years ago • 1 comments

建议根据 Makefile 语法修改 makeclean,可以将二者功能整合在一起,Windows 下同理。例如

all:
	latexmk -xelatex main

clean:
	latexmk -c

VianLee avatar Jan 04 '20 04:01 VianLee

此外不建议将 makeclean 添加可执行权限,因为 Makefile 可以做到这些。

VianLee avatar Jan 04 '20 04:01 VianLee