ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/makefile
Revision: 103
Committed: 2004-03-02T01:47:51-08:00 (21 years, 3 months ago) by Douglas Thrift
File size: 185 byte(s)
Log Message:
That would be right.

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 Douglas Thrift 103 EXE = HostUpdateSharp.exe
9 Douglas Thrift 79
10 Douglas Thrift 103 all: $(EXE)
11    
12     $(EXE): $(SRC)
13 Douglas Thrift 97 csc /target:winexe /nologo $(SRC)
14 Douglas Thrift 79
15     clean:
16 Douglas Thrift 103 -del $(EXE)

Properties

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