ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/GNUmakefile
Revision: 104
Committed: 2004-03-02T13:41:03-08:00 (21 years, 3 months ago) by Douglas Thrift
File size: 199 byte(s)
Log Message:
This should be better.

File Contents

# Content
1 # Host Update Sharp
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 SRC = HostUpdateSharp.cs
8 EXE = HostUpdateSharp.exe
9
10 all: ${EXE}
11
12 ${EXE}: ${SRC}
13 csc /define:_FreeBSD_ /target:exe /nologo ${SRC}
14
15 clean:
16 -rm ${EXE}

Properties

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