ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
repos
/
HostUpdateSharp
/
makefile
Revision:
90
Committed:
2004-03-01T19:40:25-08:00
(21 years, 3 months ago) by
Douglas Thrift
File size:
138 byte(s)
Log Message:
What a world!
File Contents
#
Content
1
# Host Update Sharp
2
#
3
# Douglas Thrift
4
#
5
# $Id$
6
7
SRC
=
HostUpdateSharp.cs
8
9
all
:
$(
SRC
)
10
csc
/target:exe
/nologo
$(
SRC
)
11
12
clean
:
13
del
*.exe
Properties
Name
Value
svn:eol-style
native
svn:keywords
Id