From efce3ace762149a406659a6d3614846a4b24c498 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 25 Apr 2021 16:48:29 -0400 Subject: Split for future dircolors --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cf3c76..187a515 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,14 @@ -PROG= opendircolors -SRCS= convert.c +PROGS= opendircolors dirconvert +SRCS.opendircolors= opendircolors.c +SRCS.dirconvert= dirconvert.c +#TODO: Write manpage MAN= BINDIR=/usr/local/bin -LINKS= ${BINDIR}/opendircolors ${BINDIR}/dircolors +SYMLINKS=opendircolors ${BINDIR}/dircolors +#TODO: Write manpage +#MLINKS= opendircolors.1 dircolors.1 MAKEOBJDIR=obj -.include +.include -- cgit v1.2.3-56-ge451