diff --git a/hatt/Makefile b/hatt/Makefile
index 39117e28d92b196197988bb168618e2ecce9543b..3d74e891e2f2f054cbd84a73d2fb374af993ec60 100644
--- a/hatt/Makefile
+++ b/hatt/Makefile
@@ -1,7 +1,7 @@
 .PHONY: all
 
 all: tillgång-till-hatt.pdf
+
 %.pdf: %.md
 	pandoc $< -s -o $@
-%.tex: %.md
-	pandoc $< -s -o $@
+