From 903a4eaf755c61d1bb98716f72e212fec6f15de8 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Tue, 8 Oct 2019 17:49:14 +0800 Subject: [PATCH] update at 2019-10-08 17:49:14 by ehlxr --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c407eb4..53e4c0d 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ upx: @# 在命令前面加上“-”,表示不管该命令出不出错,后面的命令都将继续执行下去 @# -upx $(DIST_DIR)** upx $(DIST_DIR)** - echo "sdfs" release: build upx ifneq ($(shell type ghr >/dev/null 2>&1;echo $$?), 0)