fix: bugs-04
This commit is contained in:
9
docs/competition-book/Makefile
Normal file
9
docs/competition-book/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
LATEX=xelatex
|
||||
TARGET=main
|
||||
|
||||
all:
|
||||
$(LATEX) $(TARGET).tex
|
||||
$(LATEX) $(TARGET).tex
|
||||
|
||||
clean:
|
||||
rm -f *.aux *.fdb_latexmk *.fls *.log *.out *.toc *.lof *.lot *.xdv *.synctex.gz
|
||||
Reference in New Issue
Block a user