ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/makefile
Revision: 33
Committed: 2009-05-08T13:46:11-07:00 (16 years, 1 month ago) by douglas
Content type: text/x-makefile
File size: 183 byte(s)
Log Message:
Better handle Windows build stuff.

File Contents

# Content
1 # DT Flickr
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 all:
8 mingw32-make $@
9
10 binary:
11 mingw32-make $@
12
13 build:
14 mingw32-make $@
15
16 clean:
17 mingw32-make $@
18 $(setup) clean
19
20 register:
21 mingw32-make $@

Properties

Name Value
svn:keywords Id
svn:mime-type text/x-makefile