Skip to content

Commit 852ca42

Browse files
authored
Merge branch 'main' into make-binaries-static
2 parents 440c7c2 + ad26173 commit 852ca42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PACKAGE := github.com/runfinch/finch-daemon
1717
VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
1818
GITCOMMIT := $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
1919

20+
2021
ifndef GODEBUG
2122
EXTRA_LDFLAGS += -s -w
2223
endif
@@ -41,6 +42,7 @@ clean:
4142
@rm -f $(BINARIES)
4243
@rm -rf $(BIN)
4344

45+
4446
.PHONY: linux
4547
linux:
4648
ifneq ($(shell uname), Linux)

0 commit comments

Comments
 (0)