diff --git a/Makefile b/Makefile
index 34b60e8b5d3b344d3e1de4f2439db520d584d5ae..4c66d019cc92df17d6a113fd891276c59b4f74d0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,6 @@ loesung: Makefile loesung.c
 clean:
 	rm -f loesung
 
-# Builder will call this to install the application before running.
-install:
-	echo install
-
 # Builder uses this target to run your application.
 run:
 	./loesung < data/example05.dat