diff --git a/Makefile b/Makefile
index 02d36aa0b9f503390b6293485ae6ad21c391e695..26ad7369b8122555f5ac7fc84b22779baf86264a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-target clean:
-	latexmk -C
-	rm *.bbl *.tdo *.bpn *.run.xml
-
-target:
-	`pwd`/run
+.PHONY: all
+all:
+	latexmk thesis
 
+.PHONY: clean
+clean:
+	latexmk -C
diff --git a/run b/run
deleted file mode 100755
index 40a52acabebbd4e53a6c9e802f2bc9e3cb078dda..0000000000000000000000000000000000000000
--- a/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-latexmk -pdf thesis.tex