diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files 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 |