Browse Source

Clean output optimised

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

+ 2
- 1
_examples_/Makefile View File

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

Loading…
Cancel
Save