From c4da85fbc6b4e10c0da7eabe684561e2c2378f76 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 6 Sep 2018 10:48:18 +0200 Subject: goddammit macos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b93d8f0..277d243 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ COVERPKGS = $(PKG),$(PKG)/gopherschwift # comma-separated list of packages for w static-tests: FORCE @echo '>> gofmt...' - @if s="$$(gofmt -s -l $$(find -name \*.go) 2>/dev/null)" && test -n "$$s"; then echo "$$s"; false; fi + @if s="$$(gofmt -s -l $$(find . -name \*.go) 2>/dev/null)" && test -n "$$s"; then echo "$$s"; false; fi @echo '>> golint...' @if s="$$(golint $(TESTPKGS) 2>/dev/null)" && test -n "$$s"; then echo "$$s"; false; fi @echo '>> govet...' -- cgit v1.2.3