The `make clean` command now also cleans up after failed `build` commands

This commit is contained in:
Chris Vest 2020-12-11 12:10:04 +01:00
parent 02eb4286fa
commit ab95abac25
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ dbg:
clean:
docker rm -fv build-container-dbg
docker rm -fv build-container
build: image
docker create --name build-container netty-incubator-buffer:build