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