aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-04 01:40:04 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-04 07:20:38 +0530
commitaebe6c1898d6b9c2a577b793b31aca3fdd3052eb (patch)
tree8b6d0aa76382d9cfc943df91fc3b9181cb3149ac /Makefile
parent8fbd97a1eada3208517ef4f5c31fc4ed99234717 (diff)
downloadnnn-aebe6c1898d6b9c2a577b793b31aca3fdd3052eb.tar.gz
Fix warnings. Harden compilation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af8b10b..c527d51 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 0.6
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man
-CFLAGS += -O3 -march=native
+CFLAGS += -O3 -march=native -Wall -Wextra -Werror
LDLIBS = -lcurses
DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE