summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9b7acf3..ec68d80 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ all: $(MAIN).pdf
touch .refresh
$(MAIN).pdf: $(MAIN).tex .refresh $(SOURCES)
- $(LATEXMK) $(LATEXMKOPT) $(CONTINUOUS) $(MAIN)
+ $(LATEXMK) $(LATEXMKOPT) $(MAIN)
%.pdf : %.tex rubric.tex
latexmk -f -pdf -xelatex -use-make $<
@@ -21,7 +21,5 @@ cleanall:
latexmk -C
clean:
latexmk -c
-watch:
- latexmk -pvc -f -pdf -xelatex $<
.PHONY: clean cleanall watch