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 523 by xsun, Wed May 7 18:25:27 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines