mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
makefile
This commit is contained in:
parent
95fa1cbd36
commit
fe5302700b
1 changed files with 11 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Makefile for Deluge
|
||||
#
|
||||
|
||||
PREFIX = "/usr"
|
||||
|
||||
all:
|
||||
python setup.py build
|
||||
|
||||
install:
|
||||
python setup.py install --prefix=$(PREFIX)
|
Loading…
Add table
Reference in a new issue