forked from TrueCloudLab/frostfs-aio
Make clean target to depend on down
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
dd58b07b62
commit
4d15807829
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ down:
|
|||
@$(COMPOSE_CMD_DOWN)
|
||||
|
||||
# Clean up
|
||||
clean:
|
||||
clean: down
|
||||
@$(COMPOSE_CMD_DOWN) --volumes
|
||||
|
||||
# Generate S3 credentials
|
||||
|
|
Loading…
Reference in a new issue