Skip to content

Commit

Permalink
优化 Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
riba2534 committed Mar 12, 2023
1 parent 55f06b3 commit bcc63e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ openai-on-wechat
run.log
token.json
config.json
prompt.txt
prompt.txt
openai-on-wechat.zip
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ run:
./openai-on-wechat

build:
./build.sh
go mod tidy
GOOS=linux GOARCH=amd64 go build -o openai-on-wechat
zip openai-on-wechat.zip openai-on-wechat config.json.example prompt.txt.example
6 changes: 0 additions & 6 deletions build.sh

This file was deleted.

0 comments on commit bcc63e5

Please sign in to comment.