From 6c628aead750e757268d360aeda07619a1284a3c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 Sep 2023 15:02:06 -0700 Subject: Fixup for previous commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3