diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -Wall -Werror -Wpedantic -O2 -std=gnu11 +CFLAGS = -Wall -Wextra -Wpedantic -O2 -std=gnu11 PREFIX = /usr BINDIR = /bin |