This commit is contained in:
veypi
2022-09-26 05:52:53 +08:00
parent d864c255df
commit 48b76c2e72
26 changed files with 5806 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#
# Makefile
# Copyright (C) 2022 veypi <i@veypi.com>
# 2022-09-26 04:05
# Distributed under terms of the Apache license.
#
pdf:
@rm ./build/main.pdf
@xelatex -output-directory=./build/ main.tex
# @zathura ./build/main.pdf
@open ./build/main.pdf
clean:
@find . -name '*.aux' -print0 | xargs -0 rm -rf
@rm -rf *.lof *.log *.lot *.out *.toc *.bbl *.blg *.thm