diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |