Explorar el Código

update Makefile

leon hace 3 semanas
padre
commit
d3f137d2ab
Se han modificado 1 ficheros con 1 adiciones y 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: