aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 15:02:06 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 15:02:24 -0700
commit6c628aead750e757268d360aeda07619a1284a3c (patch)
tree63991e3120f8f6eb6dc9d066df29d8b13b008e71 /Makefile
parent164d65b5ab5377587196748ac485bdda027b3a48 (diff)
Fixup for previous commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b91581..aee8553 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ C_FILES := $(filter %.c %.h,$(FILES))
PROTO_FILES := $(filter %.proto,$(FILES))
###### Build, Formatting, and Linting Commands ######
-.PHONY: default all gen format clean
+.PHONY: default all gen format lint clean
default: $(BIN)/$(NAME) $(PAM_MODULE)
all: tools gen default format lint test