mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
add make clean
This commit is contained in:
parent
55d64262db
commit
a910d47f23
1 changed files with 4 additions and 3 deletions
7
Makefile
7
Makefile
|
@ -2,9 +2,7 @@
|
|||
# Makefile for Deluge
|
||||
#
|
||||
|
||||
VERSION ?= 0.5.1
|
||||
|
||||
PREFIX ?= /usr
|
||||
PREFIX = /usr
|
||||
|
||||
|
||||
all:
|
||||
|
@ -12,3 +10,6 @@ all:
|
|||
|
||||
install:
|
||||
python setup.py install --prefix=$(PREFIX)
|
||||
|
||||
clean:
|
||||
python setup.py clean; rm -rf ./build
|
Loading…
Add table
Reference in a new issue