Files
oauthsimple/python/Makefile
T
jr conlin 52026ef47e Use reset for PHP
use proper exception param for python test
2012-01-13 08:15:24 -08:00

13 lines
202 B
Makefile

TOP = $(shell pwd)
VE = virtualenv
PY = $(TOP)/bin/python
EZ = $(TOP)/bin/easy_install
.PHONY: build build-egg
build:
$(VE) --no-site-packages .
build-egg:
$(PY) setup.py bdist_egg -dist-dir dist