diff options
| author | nytpu <alex@nytpu.com> | 2021-05-12 12:55:05 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-12 12:55:05 -0600 |
| commit | 680d30f6846e830a303edbd5484b306096f92ef8 (patch) | |
| tree | 18aecd45368af4e4a56d1bec1357450ff514554f /Makefile | |
| parent | 27717cfd396a6bc973cd7c0f33b83559e3103614 (diff) | |
don't run go generate every build
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ $(BUILDDIR): $(BUILDDIR)/$(NAME): $(GOSRC) | $(BUILDDIR) - $(GO) generate ./... + #$(GO) generate ./... $(GO) build $(GOFLAGS) -ldflags "$(GOLDFLAGS)" -o $@ |
