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