From 7718ea38c90b17f9bd7a721f06946e7fb4d3fdc6 Mon Sep 17 00:00:00 2001
From: Kilian Payer <kilian.payerÂ@student.tugraz.at>
Date: Sat, 12 Dec 2020 22:28:14 +0000
Subject: [PATCH] Revert "add run in Makefile"

This reverts commit 7f8fbc815cdd3c86e2ecb13b5bf249aff15958b8.
---
 Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile b/Makefile
index 9d259ff..389e228 100644
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,6 @@ bin:                  ## compiles project to executable binary
 
 all: clean bin        ## all of the above
 
-run: all              ## runs the project with default config
-	@echo "[\033[36mINFO\033[0m] Executing binary..."
-	./$(ASSIGNMENT)
-
 test: all             ## runs public testcases on the project
 	@echo "[\033[36mINFO\033[0m] Executing testrunner..."
 	./testrunner -c test.toml
-- 
GitLab