Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
build: no need to re-generate in 'make dist'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 14, 2020
1 parent 651e707 commit b54f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b54f7ba

Please sign in to comment.