deluge/Makefile
Zach Tibbitts fe5302700b makefile
2007-05-22 22:48:51 +00:00

12 lines
126 B
Makefile

#
# Makefile for Deluge
#
PREFIX = "/usr"
all:
python setup.py build
install:
python setup.py install --prefix=$(PREFIX)