From ab95abac25abcaa9b5396e914dba628398b75a94 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Fri, 11 Dec 2020 12:10:04 +0100 Subject: [PATCH] The `make clean` command now also cleans up after failed `build` commands --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bcc0f01..a2e1695 100644 --- a/Makefile +++ b/Makefile @@ -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