Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading