update Makefile

master
ehlxr 2019-10-08 17:51:19 +08:00
parent adee4bfb06
commit c02295c66f
1 changed files with 1 additions and 1 deletions

View File

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