Skip to content
Snippets Groups Projects
Commit 7718ea38 authored by Kilian Payer's avatar Kilian Payer
Browse files

Revert "add run in Makefile"

This reverts commit 7f8fbc81.
parent 6edf02c2
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,6 @@ bin: ## compiles project to executable binary ...@@ -16,10 +16,6 @@ bin: ## compiles project to executable binary
all: clean bin ## all of the above 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 test: all ## runs public testcases on the project
@echo "[\033[36mINFO\033[0m] Executing testrunner..." @echo "[\033[36mINFO\033[0m] Executing testrunner..."
./testrunner -c test.toml ./testrunner -c test.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment