diff options
author | Camil Staps | 2016-04-23 17:58:53 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-23 17:58:53 +0200 |
commit | b72abb59ffbb485c5c6b7bf3bee0a2237230cc4b (patch) | |
tree | 467cfbb9e8713981cbb5591f2f314e16871c1b5b /Makefile | |
parent | Finish report (diff) |
Last changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |