aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-07-19 18:10:18 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-07-19 18:10:18 -0700
commit16ec9949f831efd21c78d5f0cb589c40cbbeea33 (patch)
treed37a0569947deca92591bd996cd8df738101a3df /Makefile
parenta7eb527485dfe8871f303740dec9e67c2ac6bda1 (diff)
Build system: no longer run make gen for make all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24f37ee..4ebbe32 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ override GO_FLAGS += --ldflags '$(GO_LINK_FLAGS)'
.PHONY: default all
default: $(NAME)
-all: gen update format lint default test
+all: update format lint default test
$(NAME): $(SRC_FILES)
go build $(GO_FLAGS) -o $(NAME) $(CMD_PKG)