diff --git a/Woche 10.md b/Woche 10.md
index c1cf756c0d06c40e738628b837559c6bb43bb67b..71ca23f3632d8c78a52c2c789a623c5464f33cc7 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