diff --git a/Makefile b/Makefile index a6f891b..f6deeec 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install: # 压缩。需要安装 https://github.com/upx/upx upx: - @# 在命令前面加上“-”,表示不管该命令出不出错,后面的命令都将继续执行下去 + @# 在命令前面加上 "-",表示不管该命令出不出错,后面的命令都将继续执行下去 @# -upx $(DIST_DIR)** upx $(DIST_DIR)**