瀏覽代碼

Clean output optimised

master
Dirk Alders 3 年之前
父節點
當前提交
72275a3270
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      _examples_/Makefile

+ 2
- 1
_examples_/Makefile 查看文件

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

Loading…
取消
儲存