aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-30 00:54:16 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-30 00:54:16 +0200
commit6f8c05ea93ec52819785d73f0377d35b1073dc3f (patch)
tree30df23a7ebd67e4bd55669259beeb1159380a490 /Makefile
parent6dbd164227b88239c3e479f49e6c936dc652085a (diff)
Fixed syncthing binDir when set to '.'0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d13554..56082fd 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ package-all:
GOOS=windows GOARCH=amd64 RELEASE=1 make -f $(ROOT_SRCDIR)/Makefile package
@echo "# Build darwin amd64..."
GOOS=darwin GOARCH=amd64 RELEASE=1 make -f $(ROOT_SRCDIR)/Makefile package
+ make -f $(ROOT_SRCDIR)/Makefile clean
test: tools/glide
go test --race $(shell $(LOCAL_TOOLSDIR)/glide novendor)