diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-09-06 10:48:18 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-09-06 10:48:18 +0200 |
| commit | c4da85fbc6b4e10c0da7eabe684561e2c2378f76 (patch) | |
| tree | ac65a088a16aadbcd21a642011727cee817e7c8c | |
| parent | f9be896d5fd937c64a95797ced7ce887103518c8 (diff) | |
| download | go-schwift-c4da85fbc6b4e10c0da7eabe684561e2c2378f76.tar.gz | |
goddammit macos
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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...' |
