From 9d6402a5215920987fb10e5b35f35b93f1c6f725 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 12 Dec 2003 01:15:38 +0000 Subject: Fixed misspelled use of CFLAGS --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 77278b9..e1ef0ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: Makefile,v 1.5 2003-12-09 01:31:46 ianc Exp $ +# $Id: Makefile,v 1.6 2003-12-12 01:15:38 ianc Exp $ # # CFLAGS assumes that gcc is being used - simply comment out if required @@ -43,7 +43,7 @@ OBJECTS = kbs.o \ util.o $(TARGET): $(OBJECTS) - $(CC) $(CLAGS) -o $(TARGET) $(OBJECTS) + $(CC) $(CFLAGS) -o $(TARGET) $(OBJECTS) clean: rm -f $(TARGET) $(OBJECTS) core -- cgit v1.2.3