From bf557a122c262cdda846778a3ffdcc91be108d5b Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 24 Sep 2025 18:15:16 -0300 Subject: [PATCH] [CONFIG] Makefile "all" action fixed. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4ec91c0..6b391d4 100644 --- a/Makefile +++ b/Makefile @@ -156,9 +156,7 @@ compose/run: compose/build ${DOCKER_COMPOSE} --profile production run --rm algorithm-exercises-csharp make run all: - $(call crono, make clean; make dependencies; make build; make test; make lint; make coverage/html) - -run: + $(call crono, make clean && make dependencies && make build && make test && make lint && make coverage/html) run: ls -alh