diff --git a/Makefile b/Makefile
index 56adf2cb1ecafbcb68139bd23ef6eff0999dc58f..9432d2af1cccea892704c026c13b1e4fba939aea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,18 @@
-.PHONY: install
-install:
-	latexmk -pdf thesis.tex
+.PHONY: all
+all: article
+
+.PHONY:article
+article:
+	latexmk -pdf ${PVC} -pdflatex="pdflatex -synctex=1 -interaction=nonstopmode" thesis.tex
 
 .PHONY: watch
-watch:
-	latexmk -pvc thesis.tex
+watch: PVC=-pvc
+watch: article
 
 .PHONY: clean
 clean:
-	latexmk -C thesis.tex
+	latexmk -C -bibtex
+	rm *.loa *.lol *.tdo
 
 .PHONY: zip
 zip: