diff options
Diffstat (limited to '')
-rw-r--r-- | git_hooks_client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git_hooks_client/Makefile b/git_hooks_client/Makefile index 0dd283e..f8f2c50 100644 --- a/git_hooks_client/Makefile +++ b/git_hooks_client/Makefile @@ -1 +1,3 @@ +CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -D_GNU_SOURCE + git_hooks_client: |