Parcourir la source

Clean output optimised

master
Dirk Alders il y a 3 ans
Parent
révision
112833ac2f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer