diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..7f52a79b9 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +# +# Makefile for Deluge +# + +PREFIX = "/usr" + +all: + python setup.py build + +install: + python setup.py install --prefix=$(PREFIX)