Skip to content

Commit

Permalink
make binary smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
alan.zheng committed Jul 17, 2024
1 parent 8b1c7c7 commit dd38f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT=chrome-history

build:
mkdir -p ./build
go build -o build/$(PROJECT) ./cmd/
go build -ldflags "-s -w" -o build/$(PROJECT) ./cmd/

clean:
rm -rf build/*
Expand Down

0 comments on commit dd38f02

Please sign in to comment.