summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 137bb0a82..cd82c27a3 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ travis:
cd web/react && $(ESLINT) --quiet components/* dispatcher/* pages/* stores/* utils/*
@$(GO) build $(GOFLAGS) ./...
- @$(GO) install $(GOFLAGS) -a ./...
+ @$(GO) install $(GOFLAGS) ./...
@mkdir -p logs
@@ -204,8 +204,8 @@ cleandb:
fi
dist: install
- @$(GO) build $(GOFLAGS) -i -a ./...
- @$(GO) install $(GOFLAGS) -a ./...
+ @$(GO) build $(GOFLAGS) -i ./...
+ @$(GO) install $(GOFLAGS) ./...
mkdir -p $(DIST_PATH)/bin
cp $(GOPATH)/bin/platform $(DIST_PATH)/bin