Skip to content

Commit

Permalink
Fixup for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Sep 9, 2023
1 parent 164d65b commit 6c628ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c628ae

Please sign in to comment.