From 34311e03d6e8ad352622bab025d4f70e0409e770 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Wed, 21 Oct 2020 20:24:32 +0200
Subject: [PATCH] TODOs erweitert

---
 Makefile  | 2 +-
 README.md | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4c4838f..cb7ea18 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ $(SUB_PDF_FILES): $(SUB_TEX_FILES)
 
 
 clean: tidy
-	for %%a in ($(foreach D,. $(SUBDIRS), "$(D)\$(OUTDIR)")) do if exist %%~a rmdir /s /q %%~a
+	for %%a in ($(foreach D,. $(SUBDIRS), "$(D)\$(OUTDIR)")) do echo if exist %%~a rmdir /s /q %%~a
 	if exist $(NAME).pdf del $(NAME).pdf
 
 tidy:
diff --git a/README.md b/README.md
index 80c2017..2995694 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ them with specifig configurations and presets as well as providing comonly neede
 
 # TODO:
 
+Makefile BREAKS when no output direcory given!!
+
 custom commands for titalpage:
 - Profs
 - ImatNRs
-- 
GitLab