summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-22 07:17:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-22 07:17:44 +0200
commitd29196d9e2a00cd556f9452259147e02692b6bb2 (patch)
treea7fcc91dc1a0d25874fb28196b31d0fd90a1688b /makefile
parent5ff07837303b8aa513f536ca8221e8463973c014 (diff)
Get rid of str[n]cpy() calls
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ab06a68..0625c7a 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
src := genx.c char-props.c
CC := gcc
-CFLAGS := -W -Wall
+CFLAGS := -Wall -Wextra -Werror
# Compile.
#