diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -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 | 
