update at 2019-10-08 17:48:47 by ehlxr

This commit is contained in:
ehlxr 2019-10-08 17:48:47 +08:00
parent 3c5fcf90a7
commit adee4bfb06

View File

@ -38,7 +38,6 @@ upx:
@# 在命令前面加上“-”,表示不管该命令出不出错,后面的命令都将继续执行下去 @# 在命令前面加上“-”,表示不管该命令出不出错,后面的命令都将继续执行下去
@# -upx $(DIST_DIR)** @# -upx $(DIST_DIR)**
upx $(DIST_DIR)** upx $(DIST_DIR)**
echo "sdfs"
release: build upx release: build upx
ifneq ($(shell type ghr >/dev/null 2>&1;echo $$?), 0) ifneq ($(shell type ghr >/dev/null 2>&1;echo $$?), 0)