This commit is contained in:
Zach Tibbitts 2007-05-22 22:48:51 +00:00
parent 95fa1cbd36
commit fe5302700b
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
#
# Makefile for Deluge
#
PREFIX = "/usr"
all:
python setup.py build
install:
python setup.py install --prefix=$(PREFIX)