ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/commandLine/Makefile
Revision: 524
Committed: Wed May 7 18:28:53 2003 UTC (21 years, 1 month ago) by mmeineke
File size: 119 byte(s)
Log Message:
added optimization to the compile

File Contents

# Content
1 CC=icc
2
3 CFLAGS=-O2 -tpp7
4
5 OBJS=commandLine.o
6
7 all: commandLine
8
9 commandLine: $(OBJS)
10
11
12 clean:
13 rm *.o *~ ./commandLine