Browse Source

Clean output optimised

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

+ 2
- 1
_examples_/Makefile View File

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

Loading…
Cancel
Save