diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-25 17:33:19 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-25 17:33:19 +0200 |
commit | ead855b7991b14554eb098616cfac29d91e796eb (patch) | |
tree | e7228d9937e7b53aff018d88a989e0cce7b02714 /Makefile | |
parent | 687b327cf8fd2b7122eb9b5ba6c8a24996b60966 (diff) | |
download | lens-ead855b7991b14554eb098616cfac29d91e796eb.tar.gz lens-ead855b7991b14554eb098616cfac29d91e796eb.tar.bz2 lens-ead855b7991b14554eb098616cfac29d91e796eb.zip |
feat: Remove bin size
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ OUT=./bin/$(BIN) SERVER=./cmd/server/main.go GO_TEST=go test -v -timeout 100ms -shuffle on -parallel `nproc` -GO_BUILD=go build -v +GO_BUILD=go build -v -ldflags '-w -s' GO_RUN=go run -v all: build sass |