From 7c0395cb39eb49f91dad207e93496429f070c731 Mon Sep 17 00:00:00 2001
From: Hussam Moammar <hussam.moammar@informatik.hs-fulda.de>
Date: Sat, 15 Feb 2025 17:54:21 +0100
Subject: [PATCH] Edit Woche 10.md

---
 Woche 10.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Woche 10.md b/Woche 10.md
index c1cf756..71ca23f 100644
--- a/Woche 10.md	
+++ b/Woche 10.md	
@@ -195,11 +195,6 @@ sudo apt install gcc make cmake ninja-build
 gcc -o pythagoras main.c pythagoras.c -lm
 ```
 
-## Erstellen eines Build-Systems mit Make
-```sh
-make
-```
-
 ## Erstellen eines Build-Systems mit CMake
 ```sh
 mkdir build && cd build
-- 
GitLab