summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-04-23 17:58:53 +0200
committerCamil Staps2016-04-23 17:58:53 +0200
commitb72abb59ffbb485c5c6b7bf3bee0a2237230cc4b (patch)
tree467cfbb9e8713981cbb5591f2f314e16871c1b5b /Makefile
parentFinish report (diff)
Last changes
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