ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/Makefile
Revision: 79
Committed: 2004-02-28T16:45:41-08:00 (21 years, 3 months ago) by Douglas Thrift
File size: 183 byte(s)
Log Message:
Id tag.

File Contents

# Content
1 # HostUpdate
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 SRC = HostUpdateSharp.cs
8 EXEC = HostUpdateSharp.exe
9
10 all: $(EXEC)
11
12 $(EXEC): $(SRC)
13 csc /out:$(EXEC) /target:exe $(SRC)
14
15 clean:
16 del $(EXEC)

Properties

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