From 6671bf5af3728dd4e6b6542156a2d2c338544918 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Mon, 7 Sep 2015 15:35:02 -0300 Subject: [PATCH] Download colab plugins in downloadtar target --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3047be4..8aa4930 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: clean: $(RM) -r ./build -SOURCES = Makefile requirements.txt *.tar.* *.whl +SOURCES = Makefile requirements.txt *.tar.* *.whl *.zip install: mkdir -p $$(dirname $(TARGET)) @@ -33,7 +33,9 @@ $(TARBALL): $(RM) -r $(DISTDIR) distclean: - $(RM) -r $$(dirname $(TARBALL)) + $(RM) -r $$(dirname $(TARBALL)) src/ + $(RM) --verbose *.tar.* *.whl *.zip downloadtar: pip install --download $(CURDIR) -r requirements.txt + pip install --download $(CURDIR) -r requirements-colab-plugins.txt --no-deps -- libgit2 0.21.2