mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Updating doc, adding makefile and preparing document
This commit is contained in:
9
docs/Makefile
Normal file
9
docs/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: document.pdf all clean
|
||||
|
||||
all: document.pdf
|
||||
|
||||
document.pdf: document.tex
|
||||
latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make document.tex
|
||||
|
||||
clean:
|
||||
latexmk -CA
|
||||
Reference in New Issue
Block a user