From 66bdbf1c7bc623af3f2faefd5382473e6f3a9150 Mon Sep 17 00:00:00 2001 From: Mark Woolrich <woolrich@fmrib.ox.ac.uk> Date: Thu, 23 Nov 2000 13:58:36 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 858fd01..18ed5e8 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,11 @@ include ${FSLDIR}/etc/default.mk PROJNAME = utils USRCXXFLAGS = -USRINCFLAGS = +USRINCFLAGS = -I${INCDIR}/newmat OPTTST = opttst -OBJS = options.o -LIBS = -lutils +OBJS = options.o Log.o +LIBS = -lutils -lnewmat XFILES = -- GitLab