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

View File

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