Bläddra i källkod

update Makefile

leon 2 månader sedan
förälder
incheckning
205e04d5b4
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)
+	@$(shell ps -ef | grep infer.py | grep -v grep | awk '{print $2}' | xargs kill)
 
 log:
 	@tail -f log/runtime.log