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