ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
commandLine
/
Makefile
Revision:
523
Committed:
Wed May 7 18:25:27 2003 UTC
(22 years ago) by
xsun
File size:
111 byte(s)
Log Message:
We update the Makefile.
File Contents
#
Content
1
CC=icc
2
CFLAGS=-g
3
4
OBJS=commandLine.o
5
6
all: commandLine
7
8
commandLine: $(OBJS)
9
10
11
clean:
12
rm *.o *~ ./commandLine