Skip to content
Snippets Groups Projects
Commit f88509f5 authored by Patrick L.S. Connor's avatar Patrick L.S. Connor
Browse files

changing `make test`

parent 8162e9f2
Branches
No related tags found
No related merge requests found
......@@ -7,13 +7,14 @@ export max_print_line=1000
all: latex view
publish: latex
git -am "publishing"
cp $(OUT)/$(NAME).pdf ../$(DIR).pdf
latex:
latexmk -silent -lualatex -auxdir=$(OUT) -outdir=$(OUT) -M -MP -MF $(OUT)/$(NAME).d $(NAME).tex
test:
lualatex -outdir=$(OUT) -draftmode $(NAME).tex
test: clean
latexmk -lualatex -auxdir=$(OUT) -outdir=$(OUT) -M -MP -MF $(OUT)/$(NAME).d $(NAME).tex
view:
evince $(OUT)/$(NAME).pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment