aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-23 02:33:06 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-23 03:05:01 +0200
commit56f7847ce3f6c3f56ed5735afb4431402cf3675e (patch)
treeed1c1d4505f38ed06fb1051ee43a8d663f90a2a4 /Makefile
parentb630bf7a5f5ec85317db04f770ffc90664ac28f0 (diff)
downloadtermo-56f7847ce3f6c3f56ed5735afb4431402cf3675e.tar.gz
termo-56f7847ce3f6c3f56ed5735afb4431402cf3675e.tar.xz
termo-56f7847ce3f6c3f56ed5735afb4431402cf3675e.zip
Add -Wextra
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 410ed33..b96a1d6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ ifneq ($(VERBOSE),1)
LIBTOOL +=--quiet
endif
-CFLAGS +=-Wall -std=c99
+CFLAGS +=-Wall -Wextra -std=c99
ifeq ($(DEBUG),1)
CFLAGS +=-ggdb -DDEBUG