From a2c0c8c81640d130919c3b1ec0288c57d2083e14 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Mon, 7 Sep 2015 11:27:31 -0300 Subject: [PATCH] Update Makefile --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ac44043..3047be4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = colab-deps -VERSION = 1.10 +VERSION = 1.11 PREFIX = /usr TARGET = $(DESTDIR)$(PREFIX)/lib/colab @@ -7,13 +7,12 @@ all: rm -rf ./build virtualenv ./build ./build/bin/pip install --no-index --find-links=$(CURDIR) -r requirements.txt - ./build/bin/pip install pip-1.5.6.tar.gz virtualenv --relocatable ./build clean: $(RM) -r ./build -SOURCES = Makefile requirements.txt *.tar.* *.zip +SOURCES = Makefile requirements.txt *.tar.* *.whl install: mkdir -p $$(dirname $(TARGET)) @@ -35,3 +34,6 @@ $(TARBALL): distclean: $(RM) -r $$(dirname $(TARBALL)) + +downloadtar: + pip install --download $(CURDIR) -r requirements.txt -- libgit2 0.21.2