aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-11 02:43:38 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-11 03:25:48 +0530
commit6cb87b4248e6f1c5ac6cda667e077e38ce4ccc21 (patch)
treed19c0282ebe2332443f6f1093ad4b8d40fec88ec /Makefile
parentafbce66747e66f983cb94f3d79a57399a61c9bbf (diff)
downloadnnn-6cb87b4248e6f1c5ac6cda667e077e38ce4ccc21.tar.gz
Fix #4.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c527d51..4800e8d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 0.6
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man
-CFLAGS += -O3 -march=native -Wall -Wextra -Werror
+CFLAGS += -O3 -march=native -Wall -Wextra
LDLIBS = -lcurses
DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE