ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/makefile
Revision: 102
Committed: 2004-03-02T01:43:10-08:00 (21 years, 4 months ago) by Douglas Thrift
File size: 142 byte(s)
Log Message:
Yeah, I guess so.

File Contents

# User Rev Content
1 Douglas Thrift 85 # Host Update Sharp
2 Douglas Thrift 79 #
3     # Douglas Thrift
4     #
5     # $Id$
6    
7     SRC = HostUpdateSharp.cs
8    
9 Douglas Thrift 85 all: $(SRC)
10 Douglas Thrift 97 csc /target:winexe /nologo $(SRC)
11 Douglas Thrift 79
12     clean:
13 Douglas Thrift 102 -del *.exe

Properties

Name Value
svn:eol-style native
svn:keywords Id