Browse Source

Clean output optimised

master
Dirk Alders 3 years ago
parent
commit
112833ac2f
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile View File

@@ -16,4 +16,5 @@ all: $(LASTLOGS)
16 16
 	rm -f *.json *.pickle
17 17
 
18 18
 clean:
19
-	rm -f $(FIRSTLOGS) $(LASTLOGS) *.json *.pickle
19
+	@echo "\e[1m  * Example logs...\e[0m"
20
+	@rm -f $(FIRSTLOGS) $(LASTLOGS) *.json *.pickle

Loading…
Cancel
Save