Skip to content

Commit 0562ba0

Browse files
authored
Merge pull request #265 from sir-gon/develop
[CONFIG] Makefile "all" action fixed.
2 parents d8ac175 + bf557a1 commit 0562ba0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ compose/run: compose/build
156156
${DOCKER_COMPOSE} --profile production run --rm algorithm-exercises-csharp make run
157157

158158
all:
159-
$(call crono, make clean; make dependencies; make build; make test; make lint; make coverage/html)
160-
161-
run:
159+
$(call crono, make clean && make dependencies && make build && make test && make lint && make coverage/html)
162160

163161
run:
164162
ls -alh

0 commit comments

Comments
 (0)