From e6547ccd41cc8936add37e181eced302d28974f6 Mon Sep 17 00:00:00 2001 From: MrBesen Date: Wed, 23 Sep 2020 13:53:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EMakefile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64475ea..c50c193 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(LOGO): $(MAKE) -C $(LOGF) all clean: - $(RM) -r $(NAME) $(BUILDDIR) $(NAMETEST) $(NAME)_strip shader/debug/ + $(RM) -r $(NAME) $(BUILDDIR) $(NAMETEST) $(NAME)_strip $(MAKE) -C $(LOGF) $@ $(NAMETEST): $(BUILDDIRS) $(DEPF) $(TESTF)*.cpp $(OBJFILESTEST)