aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Richey <joerichey94@gmail.com>2017-09-29 02:39:01 -0700
committerJoseph Richey <joerichey94@gmail.com>2017-09-29 02:39:01 -0700
commita7661b6ad494a829a7043d356e61f2f67dcd610c (patch)
tree7f726549cadc8c7e50e3848f714458b727b47195
parent05911d5503434a802c6dc9909a74cc76c2bf6661 (diff)
Makefile: Don't update dependancies w/ "make all"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6472445..6ff5e71 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ override GO_FLAGS += --ldflags '$(GO_LINK_FLAGS)'
.PHONY: default all
default: $(NAME) $(PAM_MODULE)
-all: update format lint default test
+all: format lint default test
$(NAME): $(SRC_FILES)
go build $(GO_FLAGS) -o $(NAME) $(CMD_PKG)