From a910d47f23f732faba357e059b58b79091c7eddf Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 25 May 2007 17:51:05 +0000 Subject: [PATCH] add `make clean` --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ccd8be635..183635530 100644 --- a/Makefile +++ b/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 \ No newline at end of file