deluge/Makefile

12 lines
126 B
Makefile
Raw Normal View History

2007-05-22 22:48:51 +00:00
#
# Makefile for Deluge
#
PREFIX = "/usr"
all:
python setup.py build
install:
python setup.py install --prefix=$(PREFIX)