From: Arun Prakash Jana Date: Mon, 10 Apr 2017 21:13:38 +0000 (+0530) Subject: Fix #4. X-Git-Tag: v1.0~9 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6cb87b4248e6f1c5ac6cda667e077e38ce4ccc21;p=nnn.git Fix #4. --- diff --git a/Makefile b/Makefile index c527d511..4800e8d4 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