Explorar o código

update Makefile

leon hai 3 semanas
pai
achega
d3f137d2ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: