update at 2020-12-09 16:32:11 by ehlxr
This commit is contained in:
parent
6389f7ebc5
commit
c0e23cc757
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ upx:
|
|||||||
@# -upx $(DIST_DIR)**
|
@# -upx $(DIST_DIR)**
|
||||||
upx $(DIST_DIR)**
|
upx $(DIST_DIR)**
|
||||||
|
|
||||||
release: build upx
|
release:
|
||||||
ifneq ($(shell type ghr >/dev/null 2>&1;echo $$?), 0)
|
ifneq ($(shell type ghr >/dev/null 2>&1;echo $$?), 0)
|
||||||
@echo "Can't find ghr command, will start installation..."
|
@echo "Can't find ghr command, will start installation..."
|
||||||
cd ~ && go get -v -u github.com/tcnksm/ghr && cd $(ROOT_DIR)
|
cd ~ && go get -v -u github.com/tcnksm/ghr && cd $(ROOT_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user