diff --git a/_examples_/Makefile b/_examples_/Makefile index c41ed7c..05176ce 100644 --- a/_examples_/Makefile +++ b/_examples_/Makefile @@ -8,4 +8,5 @@ all: $(LOGFILES) python3 $< > $@ clean: - rm -f $(LOGFILES) + @echo "\e[1m * Example logs...\e[0m" + @rm -f $(LOGFILES)