ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
repos
/
CS595G
/
GNUmakefile
Revision:
868
Committed:
2006-10-08T23:57:34-07:00
(18 years, 8 months ago) by
douglas
File size:
155 byte(s)
Log Message:
Woo!
File Contents
#
Content
1
# $Id$
2
3
all
:
4
ant
$@
5
6
clean
:
7
ant
$@
8
9
compile
:
10
ant
$@
11
12
dist
:
13
ant
$@
14
15
install
:
16
ant
$@
17
18
list
:
19
ant
$@
20
21
prepare
:
22
ant
$@
23
24
reload
:
25
ant
$@
26
27
remove
:
28
ant
$@
Properties
Name
Value
svn:keywords
Id