From 8cccbcf441e50cc16a973979b0e3638f1f22b4f7 Mon Sep 17 00:00:00 2001 From: Max-R Date: Fri, 5 Dec 2025 12:08:25 +0100 Subject: [PATCH] =?UTF-8?q?makefile=20=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/makefile b/makefile index a27e9b1..20256ce 100644 --- a/makefile +++ b/makefile @@ -49,8 +49,4 @@ test_stack.o: test_stack.c # Clean # -------------------------- clean: -ifeq ($(OS),Windows_NT) - rm -f *.o doble -else - rm -f *.o doble -endif \ No newline at end of file + rm -f *.o doble \ No newline at end of file