From 850fe75370663d007f4264c22ac955c108b78915 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Fri, 29 May 2020 18:30:50 +0100 Subject: [PATCH] Remove tmp on make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ce9a78..15fb736 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: ./bootstrap.sh clean: - rm -f .dotlock + rm -rf .dotlock tmp # ---------------------------------------------------------------------------- # # Docker commands