瀏覽代碼

update Makefile

leon 3 周之前
父節點
當前提交
d3f137d2ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -7,7 +7,7 @@ debug:
 	python3 infer.py
 
 status:
-	@ps -ef | grep infer.py 
+	@ps -ef | grep infer.py | grep -v grep
 
 
 log: