Browse Source

update Makefile

leon 3 tuần trước cách đây
mục cha
commit
d3f137d2ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: