aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-09-06 10:48:18 +0200
committerStefan Majewsky <majewsky@gmx.net>2018-09-06 10:48:18 +0200
commitc4da85fbc6b4e10c0da7eabe684561e2c2378f76 (patch)
treeac65a088a16aadbcd21a642011727cee817e7c8c /Makefile
parentf9be896d5fd937c64a95797ced7ce887103518c8 (diff)
downloadgo-schwift-c4da85fbc6b4e10c0da7eabe684561e2c2378f76.tar.gz
goddammit macos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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...'