deluge/encryption/Makefile

16 lines
172 B
Makefile
Raw Normal View History

2007-05-29 08:39:30 +00:00
#
# Makefile for Deluge
#
PREFIX = /usr
all:
python setup.py build
install:
python setup.py install --prefix=$(PREFIX)
clean:
python setup.py clean; rm -rf ./build