From e0aa299f91fc0afc516cc107eed847ce28b3ebe1 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 25 Apr 2021 15:54:52 -0400 Subject: Fix SIGILL when -O is greater than 0, fix make install --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e047301..2cf3c76 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ PROG= opendircolors -SRCS= lscolors.c +SRCS= convert.c MAN= +BINDIR=/usr/local/bin +LINKS= ${BINDIR}/opendircolors ${BINDIR}/dircolors + MAKEOBJDIR=obj .include -- cgit v1.2.3-56-ge451