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