Explorar el Código

Clean output optimised

master
Dirk Alders hace 3 años
padre
commit
112833ac2f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile Ver fichero

@@ -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…
Cancelar
Guardar