Loading Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ DESTDIR ?= .local tempdir != mktemp -d os != uname -s | awk '{print tolower($$0)}' arch != uname -m goarch != eval $$(go env) && echo "$$GOARCH" goos != go env GOOS goarch != go env GOARCH ssh_configs != find ".ssh/config.d/" -type f \! -name '.*' curl = curl --location --silent --fail download = $(curl) --output $@ Loading Loading
Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ DESTDIR ?= .local tempdir != mktemp -d os != uname -s | awk '{print tolower($$0)}' arch != uname -m goarch != eval $$(go env) && echo "$$GOARCH" goos != go env GOOS goarch != go env GOARCH ssh_configs != find ".ssh/config.d/" -type f \! -name '.*' curl = curl --location --silent --fail download = $(curl) --output $@ Loading