We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea42495 + ad26173 commit e901b16Copy full SHA for e901b16
Makefile
@@ -13,6 +13,7 @@ BINDIR ?= $(PREFIX)/bin
13
14
BINARY = $(addprefix bin/,finch-daemon)
15
16
+
17
PACKAGE := github.com/runfinch/finch-daemon
18
VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
19
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:
41
42
@rm -f $(BINARIES)
43
@rm -rf $(BIN)
44
45
46
.PHONY: linux
47
linux:
48
ifneq ($(shell uname), Linux)
0 commit comments