Skip to content

Commit 2156969

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] [make] better dependency chaining
1 parent 7986f77 commit 2156969

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@ compose/rebuild: env
119119
docker-compose --profile lint build --no-cache
120120
docker-compose --profile testing build --no-cache
121121

122-
compose/lint/markdown: env
123-
docker-compose --profile lint build
122+
compose/lint/markdown: compose/build
124123
docker-compose --profile lint run --rm algorithm-exercises-py-lint make lint/markdown
125124

126-
compose/lint/yaml: env
125+
compose/lint/yaml: compose/build
127126
docker-compose --profile lint run --rm algorithm-exercises-py-lint make lint/yaml
128127

129128
compose/test/styling: compose/build

0 commit comments

Comments
 (0)