Ver código fonte

Clean output optimised

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

+ 2
- 1
_examples_/Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar