Skip to content

Commit e901b16

Browse files
authored
Merge branch 'main' into make-binaries-static
2 parents ea42495 + ad26173 commit e901b16

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
@@ -13,6 +13,7 @@ BINDIR ?= $(PREFIX)/bin
1313

1414
BINARY = $(addprefix bin/,finch-daemon)
1515

16+
1617
PACKAGE := github.com/runfinch/finch-daemon
1718
VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
1819
GITCOMMIT := $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
@@ -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)