diff options
| author | 2019-05-08 19:38:32 -0700 | |
|---|---|---|
| committer | 2019-05-22 08:44:19 +0530 | |
| commit | b5272a3973616661903c14402e25f6f4285b3a08 (patch) | |
| tree | 2986e9ea16eb1b6eb14e63298d365aa611443ece /Makefile | |
| parent | bd653ac91e9593377d6c1021e6c43ed840c86048 (diff) | |
| download | nnn-b5272a3973616661903c14402e25f6f4285b3a08.tar.gz | |
Adding scrolloff option.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ else LDLIBS_CURSES ?= -lncurses endif -CFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-format-truncation +CFLAGS += -Wall -Wextra -Wno-unused-parameter CFLAGS += $(CFLAGS_OPTIMIZATION) CFLAGS += $(CFLAGS_CURSES) |