@@ -8,4 +8,5 @@ all: $(LOGFILES)
python3 $< > $@
clean:
- rm -f $(LOGFILES)
+ @echo "\e[1m * Example logs...\e[0m"
+ @rm -f $(LOGFILES)