ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/commandLine/Makefile
(Generate patch)

Comparing trunk/commandLine/Makefile (file contents):
Revision 522 by mmeineke, Wed May 7 17:13:03 2003 UTC vs.
Revision 524 by mmeineke, Wed May 7 18:28:53 2003 UTC

# Line 1 | Line 1
1   CC=icc
2 CFLAGS=-g
2  
3 + CFLAGS=-O2 -tpp7
4  
5 + OBJS=commandLine.o
6 +
7   all: commandLine
8  
9 < commandLine: commandLine.o
9 > commandLine: $(OBJS)
10  
11  
12   clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines