mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +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
Add a link
Reference in a new issue