diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-05-09 19:16:50 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-05-22 08:44:42 +0530 |
commit | bd653ac91e9593377d6c1021e6c43ed840c86048 (patch) | |
tree | 98145e8a7028a08b2338b65ba033c6d7e1901af2 /Makefile | |
parent | 7cb2d22e9f4bd5c5ac0a1fd42f78dddf82441073 (diff) | |
download | nnn-bd653ac91e9593377d6c1021e6c43ed840c86048.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) |