From b54f7ba34e32649310b38b5b87a0e879c7caa089 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Mon, 14 Sep 2020 13:07:00 -0500 Subject: [PATCH] build: no need to re-generate in 'make dist' --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a28c3327d..b15993ad5 100644 --- a/makefile +++ b/makefile @@ -45,7 +45,7 @@ client: clean: @rm -rf ./bin/ cover.out coverage.txt openapi-generator-cli-*.jar misspell* staticcheck* lint-project.sh -dist: clean admin client build +dist: clean ifeq ($(OS),Windows_NT) CGO_ENABLED=1 GOOS=windows go build -o bin/customers.exe github.com/moov-io/customers/cmd/server else