ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/makefile
Revision: 81
Committed: 2004-03-01T13:08:45-08:00 (21 years, 3 months ago) by Douglas Thrift
File size: 197 byte(s)
Log Message:
Right!

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)
17 -rm $(EXEC)

Properties

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