Ver código fonte

Clean output optimised

master
Dirk Alders 3 anos atrás
pai
commit
72275a3270
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar