--- trunk/commandLine/Makefile 2003/05/07 17:13:03 522 +++ trunk/commandLine/Makefile 2003/05/07 18:28:53 524 @@ -1,10 +1,12 @@ CC=icc CC=icc -CFLAGS=-g +CFLAGS=-O2 -tpp7 +OBJS=commandLine.o + all: commandLine -commandLine: commandLine.o +commandLine: $(OBJS) clean: