From 860f09aa09739e115e754821ece6e0b435d06bf1 Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Thu, 6 May 2021 12:20:55 +0200
Subject: [PATCH] Remove clean command from install target in Makefile

---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 61bfc7e..56adf2c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 .PHONY: install
 install:
 	latexmk -pdf thesis.tex
-	latexmk -c thesis.tex
 
 .PHONY: watch
 watch:
-- 
GitLab