xuqiang 3 月之前
父節點
當前提交
4d045d2f69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -21,7 +21,7 @@ install:
 	cmake --install build
 
 deploy:
-	scp -r  PREFIX/monitor forlinx@${ADDR}:/home/forlinx
+	scp -r  $(PREFIX)/monitor forlinx@${ADDR}:/home/forlinx
 
 # 打包:将指定目录下的所有内容打包到压缩包根目录
 package: