ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/GNUmakefile
Revision: 25
Committed: 2008-11-20T16:57:10-08:00 (16 years, 7 months ago) by douglas
File size: 305 byte(s)
Log Message:
Clean up some things and we can release 1.2!

File Contents

# Content
1 # DT Flickr
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 setup := $(CURDIR)/setup.py
8
9 .PHONY: all binary build clean register source
10
11 all: build
12
13 binary:
14 $(setup) bdist --formats egg,wininst
15
16 build:
17 $(setup) build
18
19 clean:
20 $(setup) clean
21
22 register:
23 $(setup) register
24
25 source:
26 $(setup) sdist --formats bztar,gztar,zip

Properties

Name Value
svn:keywords Id