From 2958ecd040d588b43379f38d93a8657d305564c7 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 21 Aug 2016 08:25:12 +0530 Subject: Remove libmagic, use file command. The magic.mgc file gets created in the local directory, opening the global file throws unwanted messages. So we are using the o/p of the file command to determine if the file is a plain text file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de973b9..b293e4f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MANPREFIX = $(PREFIX)/man #CPPFLAGS = -DDEBUG #CFLAGS = -g CFLAGS = -O3 -march=native -LDLIBS = -lcurses -lmagic +LDLIBS = -lcurses DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\ noice.1 Makefile README LICENSE -- cgit v1.2.3-70-g09d2