1 Star 0 Fork 0

Luke/resume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
billryan 提交于 2015-05-31 22:24 . rm old pdf files
SRC = $(wildcard *.tex)
PDFS = $(SRC:.tex=.pdf)
all: clean pdf
en: clean xelatex resume.tex
zh_CN: clean xelatex resume-zh_CN.tex
pdf: clean $(PDFS)
%.pdf: %.tex
xelatex $<
ifeq ($(OS),Windows_NT)
# on Windows
RM = cmd //C del
else
# on Unix/Linux
RM = rm -f
endif
clean:
$(RM) *.log *.aux *.bbl *.blg *.synctex.gz *.out *.toc *.lof *.idx *.ilg *.ind *.pdf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Luke-Skywalker-Xu/resume.git
git@gitee.com:Luke-Skywalker-Xu/resume.git
Luke-Skywalker-Xu
resume
resume
master

搜索帮助