diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2016-08-20 20:05:35 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2016-08-20 20:05:35 +0530 |
commit | bc731cd9c057c03a1ceaab61fd513b67d2d4c9a9 (patch) | |
tree | af35bab37f1970d0b024aaf3f9304d678f603bcc /Makefile | |
parent | bd882d5561d1526b6aa23f5552f114440c7d5620 (diff) | |
download | nnn-bc731cd9c057c03a1ceaab61fd513b67d2d4c9a9.tar.gz |
Modify file type handling.
Use mpv, fmedia, zathura.
Invoke libmagic to identify text files and open with vim.
Use xdg-open for unhandled mimes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ MANPREFIX = $(PREFIX)/man #CPPFLAGS = -DDEBUG #CFLAGS = -g -LDLIBS = -lcurses +CFLAGS = -O3 -march=native +LDLIBS = -lcurses -lmagic DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\ noice.1 Makefile README LICENSE |