diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-11 10:17:50 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-11 20:22:30 +0530 |
commit | 74a13c645d6df961e69744ffac3528348078b6b7 (patch) | |
tree | 17d67913e975bf741ca5d485b656fcd6bce23f11 /Makefile | |
parent | 1e9fc049956db288596178b830010572da02cd04 (diff) | |
download | nnn-74a13c645d6df961e69744ffac3528348078b6b7.tar.gz |
Maximize rlimit, switch to detail view in du mode
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ VERSION = 0.6 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man -CFLAGS += -O3 -march=native -Wall -Wextra +CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter LDLIBS = -lcurses DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE |