diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-05-09 07:34:10 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-05-22 08:44:19 +0530 |
commit | c8e54ce4e24036f35d81b475033cf24c1838f317 (patch) | |
tree | b6d4d8bdf854e6cf66e2a6800b39bd8d67835270 /Makefile | |
parent | 30aaa12e6fe535518e1d0b71e5fc8b6bc66bf3b4 (diff) | |
download | nnn-c8e54ce4e24036f35d81b475033cf24c1838f317.tar.gz |
Code refactor
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 +CFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-format-truncation CFLAGS += $(CFLAGS_OPTIMIZATION) CFLAGS += $(CFLAGS_CURSES) |