Browse Source

Clean output optimised

master
Dirk Alders 3 years ago
parent
commit
e1f76d9631
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile View 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…
Cancel
Save