Skip to content

Commit e4e1da6

Browse files
committed
优化Makefile
1 parent 00af3f7 commit e4e1da6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ BUILD_DIR = bin
44
default: build
55

66
build:
7+
go mod tidy
78
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/AutoDomain.exe main/main.go
89
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/AutoDomain main/main.go
910

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ hunter API参考自https://github.com/W01fh4cker/hunter-to-excel/
77

88
## 安装
99

10-
下载release中的文件
10+
下载release中的二进制文件使用
1111

12-
使用Makefile进行编译
12+
或使用Makefile进行编译二进制文件后使用
1313

1414

1515
## 配置

0 commit comments

Comments
 (0)