summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-12 12:55:05 -0600
committernytpu <alex@nytpu.com>2021-05-12 12:55:05 -0600
commit680d30f6846e830a303edbd5484b306096f92ef8 (patch)
tree18aecd45368af4e4a56d1bec1357450ff514554f /Makefile
parent27717cfd396a6bc973cd7c0f33b83559e3103614 (diff)
don't run go generate every build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c1d377..5d08e08 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ $(BUILDDIR):
$(BUILDDIR)/$(NAME): $(GOSRC) | $(BUILDDIR)
- $(GO) generate ./...
+ #$(GO) generate ./...
$(GO) build $(GOFLAGS) -ldflags "$(GOLDFLAGS)" -o $@