diff options
| author | default <nobody@localhost> | 2024-10-08 07:45:17 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-08 07:45:17 +0200 |
| commit | 12373b018e985ba0bc5628dcaceb7c406a350e45 (patch) | |
| tree | 8093b8de6b52fbfb8447eb88d2821d63b719202d /Makefile | |
| parent | e49c837cd790b0c6e4cbccafb148d2687a132258 (diff) | |
Added -pedantic compilation flag.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX=/usr/local PREFIX_MAN=$(PREFIX)/man -CFLAGS?=-g -Wall -Wextra +CFLAGS?=-g -Wall -Wextra -pedantic all: snac |