summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 477790f..e545cdf 100644
--- a/Makefile
+++ b/Makefile
@@ -7,16 +7,12 @@ all: $(TARGET)
include $(TARGET:.pdf=.dep)
-genesis.pdf : genesis.tex
- xelatex $<
- xelatex $<
-
%.pdf : %.tex
pdflatex $<
pdflatex $<
clean:
- latexmk -c
+ latexmk -C
rm -f *.dep
.PHONY: clean