We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ac175 commit bf557a1Copy full SHA for bf557a1
Makefile
@@ -156,9 +156,7 @@ compose/run: compose/build
156
${DOCKER_COMPOSE} --profile production run --rm algorithm-exercises-csharp make run
157
158
all:
159
- $(call crono, make clean; make dependencies; make build; make test; make lint; make coverage/html)
160
-
161
-run:
+ $(call crono, make clean && make dependencies && make build && make test && make lint && make coverage/html)
162
163
run:
164
ls -alh
0 commit comments