diff --git a/Makefile b/Makefile index 1ff0a7f..7b7e740 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,9 @@ compose/test: compose/build compose/run: compose/build ${DOCKER_COMPOSE} --profile production run --rm algorithm-exercises-c ls -alhR -all: env dependencies test +compose/all: compose/rebuild compose/test compose/lint + +all: env dependencies test lint run: ls -alh