From 8f3ca0bef4ca2c345880e1514ba6a8446982b957 Mon Sep 17 00:00:00 2001
From: Einar Largenius <einar.largenius@gmail.com>
Date: Wed, 1 Jun 2022 21:28:58 +0200
Subject: [PATCH] Remove tex rule

---
 hatt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hatt/Makefile b/hatt/Makefile
index 39117e2..3d74e89 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 $@
+
-- 
GitLab