Kaynağa Gözat

update Makefile

leon 3 hafta önce
ebeveyn
işleme
9e908a3724
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ status:
 	@ps -ef | grep infer.py | grep -v grep
 
 kill:
-	@ps -ef | grep infer.py | grep -v grep | awk '{print $2}' | xargs kill
+	@$(ps -ef | grep infer.py | grep -v grep | awk '{print $2}' | xargs kill)
 
 log:
 	@tail -f log/runtime.log