diff --git a/Makefile b/Makefile index 20aa05b..0207f93 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,6 @@ update: clean bundle: bundle install $(BUNDLE_OPTS) --path vendor/bundle - mkdir -p vendor/cache - rsync -avp --delete --quiet vendor/bundle/*/*/cache/ vendor/cache/ clean: $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) -- libgit2 0.21.2