Sfoglia il codice sorgente

Clean output optimised

master
Dirk Alders 3 anni fa
parent
commit
e1f76d9631
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile Vedi File

@@ -8,4 +8,5 @@ all: $(LOGFILES)
8 8
 	python3 $< > $@
9 9
 
10 10
 clean:
11
-	rm -f $(LOGFILES)
11
+	@echo "\e[1m  * Example logs...\e[0m"
12
+	@rm -f $(LOGFILES)

Loading…
Annulla
Salva