From bc731cd9c057c03a1ceaab61fd513b67d2d4c9a9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 20 Aug 2016 20:05:35 +0530 Subject: Modify file type handling. Use mpv, fmedia, zathura. Invoke libmagic to identify text files and open with vim. Use xdg-open for unhandled mimes. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9035141..ed7a2c4 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-70-g09d2