From 112833ac2f90a558864af36cb05021d73a7e27b9 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 8 Mar 2021 02:07:55 +0100 Subject: [PATCH] Clean output optimised --- _examples_/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_examples_/Makefile b/_examples_/Makefile index 4c46602..1621f5b 100644 --- a/_examples_/Makefile +++ b/_examples_/Makefile @@ -16,4 +16,5 @@ all: $(LASTLOGS) rm -f *.json *.pickle clean: - rm -f $(FIRSTLOGS) $(LASTLOGS) *.json *.pickle + @echo "\e[1m * Example logs...\e[0m" + @rm -f $(FIRSTLOGS) $(LASTLOGS) *.json *.pickle