diff --git a/Makefile b/Makefile index 9d259ffe670778f6172b3ce2695e860c82015f7c..389e2284738c521c76773239d877cba7d22fbf92 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