From 1c9383f2098ea9b0251d761bc5ed62ef9c2b0702 Mon Sep 17 00:00:00 2001
From: Manuel Bucher <manuel.bucher@hu-berlin.de>
Date: Sun, 24 Jun 2018 18:10:27 +0200
Subject: [PATCH] modified makefile

---
 Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile b/Makefile
index 34b60e8..4c66d01 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
-- 
GitLab